Searched defs:preciseWheelRotation (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseWheelEvent.java152 double preciseWheelRotation; field in class:MouseWheelEvent
288 * @param preciseWheelRotation the double number of "clicks" by which the mouse wheel
298 int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation) {
306 this.preciseWheelRotation = preciseWheelRotation;
371 return preciseWheelRotation;
445 getWheelRotation()+",preciseWheelRotation="+getPreciseWheelRotation();
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
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformEventNotifier.java58 int wheelRotation, double preciseWheelRotation,
56 notifyMouseWheelEvent(long when, int x, int y, int modifiers, int scrollType, int scrollAmount, int wheelRotation, double preciseWheelRotation, byte[] bdata) argument
H A DLWWindowPeer.java931 int wheelRotation, double preciseWheelRotation,
952 wheelRotation, preciseWheelRotation));
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.java262 int wheelRotation, double preciseWheelRotation,
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.cpp2488 jdouble preciseWheelRotation = (jdouble) wheelRotation / (-1 * WHEEL_DELTA); local
2511 scrollLines, roundedWheelRotation, preciseWheelRotation, &msg);
4916 jdouble preciseWheelRotation, MSG *pMsg)
4961 roundedWheelRotation, preciseWheelRotation);
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 45 milliseconds