HomeSort by relevance Sort by last modified time
    Searched refs:wheelRotation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/awt/java/awt/event/
MouseWheelEvent.java 39 private int wheelRotation;
45 int scrollAmount, int wheelRotation) {
50 this.wheelRotation = wheelRotation;
62 return wheelRotation;
66 return (scrollAmount * wheelRotation);
98 ",wheelRotation=" + wheelRotation; //$NON-NLS-1$
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
NativeEvent.java 84 protected int wheelRotation;
266 return wheelRotation;

Completed in 674 milliseconds