Searched refs:scrollAmount (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseWheelEvent.java138 int scrollAmount; field in class:MouseWheelEvent
186 * @param scrollAmount for scrollType <code>WHEEL_UNIT_SCROLL</code>,
197 int scrollType, int scrollAmount, int wheelRotation) {
200 popupTrigger, scrollType, scrollAmount, wheelRotation);
232 * @param scrollAmount for scrollType <code>WHEEL_UNIT_SCROLL</code>,
244 int scrollType, int scrollAmount, int wheelRotation) {
247 scrollType, scrollAmount, wheelRotation, wheelRotation);
284 * @param scrollAmount for scrollType <code>WHEEL_UNIT_SCROLL</code>,
298 int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation) {
304 this.scrollAmount
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.java115 final int scrollAmount = 1;
123 scrollAmount, -wheelRotation, -delta, null);
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/share/classes/javax/swing/text/
H A DDefaultEditorKit.java1425 int scrollAmount = direction *
1442 scrollAmount = scrollAmount / h * h;
1445 initialY + scrollAmount, visible.height);
1454 dotBounds.y + scrollAmount, 0)));
1489 initialY + scrollAmount, visible.height);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h398 jint scrollAmount, jint wheelRotation,
H A Dawt_Component.cpp4915 jint scrollAmount, jint roundedWheelRotation,
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 69 milliseconds