Home
last modified time | relevance | path

Searched refs:SOURCE_ROTARY_ENCODER (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DInputDevice.java315 public static final int SOURCE_ROTARY_ENCODER = 0x00400000 | SOURCE_CLASS_NONE; field in InputDevice
DViewRootImpl.java8366 || mEvent.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)); in shouldSkipIme()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java864 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
DScrollView.java930 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
DAbsListView.java4348 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
/frameworks/base/core/api/
Dcurrent.txt47232 field public static final int SOURCE_ROTARY_ENCODER = 4194304; // 0x400000