Searched defs:gained (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformResponder.java242 void handleWindowFocusEvent(boolean gained, LWWindowPeer opposite) { argument
243 eventNotifier.notifyActivation(gained, opposite);
H A DCPlatformWindow.java929 private void deliverWindowFocusEvent(boolean gained, CPlatformWindow opposite){ argument
930 // Fix for 7150349: ingore "gained" notifications when the app is inactive.
931 if (gained && !((LWCToolkit)Toolkit.getDefaultToolkit()).isApplicationActive()) {
937 responder.handleWindowFocusEvent(gained, oppositePeer);

Completed in 34 milliseconds