Searched refs:scrollType (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseWheelEvent.java128 int scrollType; field in class:MouseWheelEvent
131 * Only valid for scrollType WHEEL_UNIT_SCROLL.
182 * @param scrollType the type of scrolling which should take place in
186 * @param scrollAmount for scrollType <code>WHEEL_UNIT_SCROLL</code>,
197 int scrollType, int scrollAmount, int wheelRotation) {
200 popupTrigger, scrollType, scrollAmount, wheelRotation);
228 * @param scrollType the type of scrolling which should take place in
232 * @param scrollAmount for scrollType <code>WHEEL_UNIT_SCROLL</code>,
244 int scrollType, int scrollAmount, int wheelRotation) {
247 scrollType, scrollAmoun
195 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation) argument
242 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation) argument
296 MouseWheelEvent(Component source, int id, long when, int modifiers, int x, int y, int xAbs, int yAbs, int clickCount, boolean popupTrigger, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformEventNotifier.java57 int scrollType, int scrollAmount,
56 notifyMouseWheelEvent(long when, int x, int y, int modifiers, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation, byte[] bdata) argument
H A DLWWindowPeer.java930 int scrollType, int scrollAmount,
951 scrollType, scrollAmount,
929 notifyMouseWheelEvent(long when, int x, int y, int modifiers, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation, byte[] bdata) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformResponder.java114 final int scrollType = MouseWheelEvent.WHEEL_UNIT_SCROLL;
122 eventNotifier.notifyMouseWheelEvent(when, x, y, modifiers, scrollType,
H A DCWarningWindow.java261 int scrollType, int scrollAmount,
260 notifyMouseWheelEvent(long when, int x, int y, int modifiers, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation, byte[] bdata) argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.h64 void awt_util_do_wheel_scroll(Widget scrolled_window, jint scrollType,
H A Dawt_util.c1057 void awt_util_do_wheel_scroll(Widget scrolled_window, jint scrollType, argument
1086 if (scrollType == java_awt_event_MouseWheelEvent_WHEEL_BLOCK_SCROLL) {
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h397 jboolean popupTrigger, jint scrollType,
H A Dawt_Component.cpp2477 jint scrollType = java_awt_event_MouseWheelEvent_WHEEL_UNIT_SCROLL; local
2498 scrollType = java_awt_event_MouseWheelEvent_WHEEL_BLOCK_SCROLL;
2502 scrollType = java_awt_event_MouseWheelEvent_WHEEL_UNIT_SCROLL;
2510 eventPt.x, eventPt.y, GetJavaModifiers(), 0, 0, scrollType,
4914 jboolean popupTrigger, jint scrollType,
4960 scrollType, scrollAmount,
4912 SendMouseWheelEvent(jint id, jlong when, jint x, jint y, jint modifiers, jint clickCount, jboolean popupTrigger, jint scrollType, jint scrollAmount, jint roundedWheelRotation, jdouble preciseWheelRotation, MSG *pMsg) argument

Completed in 4634 milliseconds