Lines Matching defs:when

144             // bounds when the window is shown, see 4868278
418 * requiering when needed (i.e. when the window geometry is changed).
543 * The difference is only in nswindow background. So when we set
646 // So, we need to repaint window explicitly when it becomes normal.
659 * Called by the {@code PlatformWindow} when any part of the window should
668 * Called by the {@code PlatformWindow} when this window is moved/resized by
767 public void notifyMouseEvent(int id, long when, int button,
790 postMouseEnteredExitedEvent(target, id, when, modifiers, lp,
808 postMouseEnteredExitedEvent(target, id, when, modifiers, oldp,
813 postMouseEnteredExitedEvent(target, id, when, modifiers, oldp,
821 postMouseEnteredExitedEvent(target, id, when, modifiers, newp,
835 // mouse even when dragging. That's why we first update lastMouseEventPeer
890 when, modifiers, lp, screenX, screenY,
895 when, modifiers, lp.x, lp.y,
907 when, modifiers,
918 Component target, int id, long when, int modifiers,
924 postEvent(new MouseEvent(target, id, when, modifiers, loc.x, loc.y,
929 public void notifyMouseWheelEvent(long when, int x, int y, int modifiers,
947 when, modifiers,
956 * Called by the delegate when a key is pressed.
959 public void notifyKeyEvent(int id, long when, int modifiers,
971 postEvent(new KeyEvent(focusOwner, id, when, modifiers, keyCode, keyChar, keyLocation));
1019 * This method is called when window's graphics config is changed from
1020 * the app code (e.g. when the window is made non-opaque) or when
1031 // config correspond to the same device as before; when the window
1117 // This can only happen when this peer is being created
1181 * current one. This method is mostly called by the delegate, e.g. when the
1319 // - when the opposite (gaining focus) window is an owned/owner window.