Lines Matching defs:temporary

124                                                    boolean temporary,
130 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time, cause);
134 boolean temporary,
139 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time);
296 * outstanding temporary focus transfer has completed, or the focus owner,
297 * if no outstanding temporary transfer exists.
634 * equivalent unless a temporary focus change is currently in effect. In
636 * owner when the temporary focus change ends.
661 * are equivalent unless a temporary focus change is currently in effect.
663 * owner when the temporary focus change ends.
689 * a temporary focus change is currently in effect. In such a situation,
691 * temporary focus change ends.
1836 // Also clear temporary lost component stored in Window
2113 final boolean temporary;
2116 LightweightFocusRequest(Component component, boolean temporary, CausedFocusEvent.Cause cause) {
2118 this.temporary = temporary;
2123 ",temporary=" + temporary + ", cause=" + cause + "]";
2140 boolean temporary, CausedFocusEvent.Cause cause) {
2149 addLightweightRequest(descendant, temporary, cause);
2152 boolean temporary, CausedFocusEvent.Cause cause) {
2169 (new LightweightFocusRequest(descendant, temporary, cause));
2224 boolean temporary, boolean focusedWindowChangeAllowed,
2264 temporary, CausedFocusEvent.Cause.UNKNOWN);
2271 temporary, descendant);
2275 temporary, currentFocusOwner);
2328 (Component heavyweight, Component descendant, boolean temporary,
2389 temporary, cause);
2396 temporary, descendant, cause);
2404 temporary, currentFocusOwner, cause);
2419 temporary, cause)) {
2455 temporary, cause));
2618 lwFocusRequest.temporary,
2624 lwFocusRequest.temporary,
2666 boolean temporary = false;
2670 temporary = true;
2672 return new CausedFocusEvent(source, fe.getID(), temporary, opposite,
2731 boolean temporary = (opposite == null ||
2734 : lwFocusRequest.temporary;
2749 FocusEvent.FOCUS_GAINED, temporary,
2813 // FOCUS_LOST event is always temporary, and the FOCUS_GAINED
2814 // event is always permanent. Otherwise, the stored temporary
2820 boolean temporary = isTemporary(opposite, currentFocusOwner)
2822 : lwFocusRequest.temporary;
2825 temporary, lwFocusRequest.component, lwFocusRequest.cause);
2828 // But we know the opposite, we now it is temporary - dispatch the event.
2830 // Create copy of the event with only difference in temporary parameter.