Lines Matching defs:descendant

123                                                    Component descendant,
130 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time, cause);
133 Component descendant,
139 heavyweight, descendant, temporary, focusedWindowChangeAllowed, time);
2139 HeavyweightFocusRequest(Component heavyweight, Component descendant,
2149 addLightweightRequest(descendant, temporary, cause);
2151 boolean addLightweightRequest(Component descendant,
2157 if (descendant == null) {
2158 log.fine("Assertion (descendant != null) failed");
2166 if (descendant != lastDescendant) {
2169 (new LightweightFocusRequest(descendant, temporary, cause));
2223 static boolean processSynchronousLightweightTransfer(Component heavyweight, Component descendant,
2231 if (descendant == null) {
2235 descendant = heavyweight;
2238 KeyboardFocusManager manager = getCurrentKeyboardFocusManager(SunToolkit.targetToAppContext(descendant));
2251 if (descendant == currentFocusOwner) {
2258 // 'descendant' must not be the focus owner. Otherwise,
2260 manager.enqueueKeyEvents(time, descendant);
2263 new HeavyweightFocusRequest(heavyweight, descendant,
2271 temporary, descendant);
2274 new FocusEvent(descendant, FocusEvent.FOCUS_GAINED,
2292 if (newFocusOwnerEvent != null && descendant != null) {
2294 caughtEx = dispatchAndCatchException(caughtEx, descendant, newFocusOwnerEvent);
2317 * if necessary, the proper descendant will be focused when the
2328 (Component heavyweight, Component descendant, boolean temporary,
2340 if (descendant == null) {
2344 descendant = heavyweight;
2348 getCurrentKeyboardFocusManager(SunToolkit.targetToAppContext(descendant));
2355 String.valueOf(descendant), String.valueOf(heavyweight));
2373 if (descendant == currentFocusOwner) {
2377 String.valueOf(descendant));
2383 // 'descendant' must not be the focus owner. Otherwise,
2385 manager.enqueueKeyEvents(time, descendant);
2388 new HeavyweightFocusRequest(heavyweight, descendant,
2396 temporary, descendant, cause);
2403 new CausedFocusEvent(descendant, FocusEvent.FOCUS_GAINED,
2407 SunToolkit.postEvent(descendant.appContext, newFocusOwnerEvent);
2410 focusLog.finest("2. SNFH_HANDLED for {0}", String.valueOf(descendant));
2416 // descendant to the heavyweight's list of pending
2418 if (hwFocusRequest.addLightweightRequest(descendant,
2420 manager.enqueueKeyEvents(time, descendant);
2425 descendant + " in " + heavyweight);
2447 focusLog.finest("4. SNFH_FAILURE for " + descendant);
2452 manager.enqueueKeyEvents(time, descendant);
2454 (new HeavyweightFocusRequest(heavyweight, descendant,
2457 focusLog.finest("5. SNFH_PROCEED for " + descendant);