Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDragInputEventReceiver.java19 import static android.view.InputDevice.SOURCE_CLASS_POINTER;
61 || (event.getSource() & SOURCE_CLASS_POINTER) == 0 in onInputEvent()
H A DPointerEventDispatcher.java50 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
H A DTaskPositioner.java116 || (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in onInputEvent()
/aosp12/frameworks/base/core/java/android/view/
H A DInputDevice.java133 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice
171 SOURCE_CLASS_POINTER,
215 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
224 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
244 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER;
H A DInputEventConsistencyVerifier.java362 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onTouchEvent()
479 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
H A DMotionEvent.java1863 xPrecision, yPrecision, deviceId, edgeFlags, InputDevice.SOURCE_CLASS_POINTER, in obtain()
H A DViewGroup.java9258 & (~InputDevice.SOURCE_CLASS_POINTER); in onDescendantUnbufferedRequested()
9267 if ((child.mUnbufferedInputSource & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onDescendantUnbufferedRequested()
9268 mUnbufferedInputSource |= InputDevice.SOURCE_CLASS_POINTER; in onDescendantUnbufferedRequested()
H A DViewRootImpl.java5815 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldDropInputEvent()
6154 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in processMotionEvent()
6252 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
8509 && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldSkipIme()
H A DView.java14704 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in dispatchGenericMotionEvent()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DMotionEventTest.java19 import static android.view.InputDevice.SOURCE_CLASS_POINTER;
198 assertTrue(event.isFromSource(SOURCE_CLASS_POINTER)); in testUsesPointerSourceByDefault()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmstripGestureRecognizer.java71 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/aosp12/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java94 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java131 && (inputSource & InputDevice.SOURCE_CLASS_POINTER) != 0) { in injectMotionEvent()
H A DInputManagerService.java845 && (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in injectInputEventInternal()
860 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in injectInputEventInternal()
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DMainClusterActivity.java338 event.setSource(event.getSource() | InputDevice.SOURCE_CLASS_POINTER); in onKeyEvent()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java727 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
H A DRecyclerView.java3028 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/aosp12/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java858 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
H A DStackView.java588 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
H A DScrollView.java928 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
H A DAbsListView.java4336 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
4352 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
/aosp12/frameworks/base/core/java/android/app/
H A DInstrumentation.java1143 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in sendPointerSync()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java1452 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/aosp12/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java366 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3412 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()

12