Home
last modified time | relevance | path

Searched refs:SOURCE_CLASS_POINTER (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/support/compat/java/android/support/v4/view/
DInputDeviceCompat.java61 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDeviceCompat
133 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
142 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
162 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER;
/frameworks/base/core/java/android/view/
DInputDevice.java102 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice
172 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
181 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
201 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER;
DInputEventConsistencyVerifier.java358 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onTouchEvent()
475 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DViewRootImpl.java4192 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) || mStopped in shouldDropInputEvent()
4486 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
4589 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
6478 && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldSkipIme()
DView.java11816 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewOnGenericMotionEventTest.java88 MotionEventCompat.AXIS_VSCROLL, 2, InputDeviceCompat.SOURCE_CLASS_POINTER); in pointerVerticalScroll()
99 MotionEventCompat.AXIS_HSCROLL, 2, InputDeviceCompat.SOURCE_CLASS_POINTER); in pointerHorizontalScroll()
/frameworks/base/services/core/java/com/android/server/wm/
DPointerEventDispatcher.java42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
DTaskPositioner.java138 || (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in onInputEvent()
DWindowManagerService.java771 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0 in onInputEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java417 if ((ev.getSource() & InputDevice.SOURCE_CLASS_POINTER) == in onGenericMotionEvent()
418 InputDevice.SOURCE_CLASS_POINTER) { in onGenericMotionEvent()
/frameworks/base/core/java/android/app/
DActivityView.java204 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DInstrumentation.java1045 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in sendPointerSync()
/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java94 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java665 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java734 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DScrollView.java793 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DStackView.java585 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DAbsListView.java4220 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
4236 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java273 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java924 if ((event.getSource() & InputDeviceCompat.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1349 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3053 if ((event.getSource() & InputDeviceCompat.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4205 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/support/api/
D22.1.0.txt3425 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
D22.2.0.txt3822 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2

12