Searched defs:scrollAmount (Results 1 - 5 of 5) 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 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/windows/native/sun/windows/
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 5164 milliseconds