Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/view/
DInputDeviceCompat.java196 public static final int SOURCE_ROTARY_ENCODER = 0x00400000 | SOURCE_CLASS_NONE; field in InputDeviceCompat
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewOnGenericMotionEventTest.java64 MotionEventCompat.AXIS_SCROLL, 2, InputDeviceCompat.SOURCE_ROTARY_ENCODER); in rotaryEncoderVerticalScroll()
77 MotionEventCompat.AXIS_SCROLL, 2, InputDeviceCompat.SOURCE_ROTARY_ENCODER); in rotaryEncoderHorizontalScroll()
/frameworks/base/core/java/android/view/
DInputDevice.java272 public static final int SOURCE_ROTARY_ENCODER = 0x00400000 | SOURCE_CLASS_NONE; field in InputDevice
DViewRootImpl.java6479 || mEvent.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)); in shouldSkipIme()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java740 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
DScrollView.java795 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
DAbsListView.java4222 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3066 } else if ((event.getSource() & InputDeviceCompat.SOURCE_ROTARY_ENCODER) != 0) { in onGenericMotionEvent()
/frameworks/support/api/
D26.0.0-beta1.txt8289 field public static final int SOURCE_ROTARY_ENCODER = 4194304; // 0x400000
D26.0.0-SNAPSHOT.txt8448 field public static final int SOURCE_ROTARY_ENCODER = 4194304; // 0x400000
D26.0.0-beta2.txt8437 field public static final int SOURCE_ROTARY_ENCODER = 4194304; // 0x400000
/frameworks/base/api/
Dcurrent.txt43975 field public static final int SOURCE_ROTARY_ENCODER = 4194304; // 0x400000
Dsystem-current.txt47514 field public static final int SOURCE_ROTARY_ENCODER = 4194304; // 0x400000