Searched refs:SOURCE_ROTARY_ENCODER (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DInputDeviceCompat.java196 public static final int SOURCE_ROTARY_ENCODER = 0x00400000 | SOURCE_CLASS_NONE; field in class:InputDeviceCompat
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewOnGenericMotionEventTest.java65 MotionEvent.AXIS_SCROLL, 2, InputDeviceCompat.SOURCE_ROTARY_ENCODER, mRecyclerView);
77 MotionEvent.AXIS_SCROLL, 2, InputDeviceCompat.SOURCE_ROTARY_ENCODER, mRecyclerView);
/frameworks/base/core/java/android/view/
H A DInputDevice.java274 public static final int SOURCE_ROTARY_ENCODER = 0x00400000 | SOURCE_CLASS_NONE; field in class:InputDevice
H A DViewRootImpl.java6925 || mEvent.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER));
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java740 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) {
H A DScrollView.java795 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) {
H A DAbsListView.java4225 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) {
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java3231 } else if ((event.getSource() & InputDeviceCompat.SOURCE_ROTARY_ENCODER) != 0) {

Completed in 258 milliseconds