Searched refs:notifyReshape (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformEventNotifier.java37 void notifyReshape(int x, int y, int w, int h); method in interface:PlatformEventNotifier
H A DLWWindowPeer.java669 * user or window insets are changed. There's no notifyReshape() in
674 public final void notifyReshape(int x, int y, int w, int h) { method in class:LWWindowPeer
1032 // is moved by user, graphicsDevice is updated in notifyReshape().
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformEmbeddedFrame.java85 peer.notifyReshape(x, y, w, h);
H A DCViewPlatformEmbeddedFrame.java97 peer.notifyReshape(x, y, w, h);
H A DCPlatformResponder.java251 eventNotifier.notifyReshape(x, y, w, h);
H A DCWarningWindow.java174 public void notifyReshape(int x, int y, int w, int h) { method in class:CWarningWindow
H A DCPlatformWindow.java955 peer.notifyReshape(x, y, width, height);

Completed in 907 milliseconds