Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/widget/
DMotionEventUtils.java19 import static android.view.InputDevice.SOURCE_CLASS_POINTER;
45 return createGenericMotionEvent(SOURCE_CLASS_POINTER, ACTION_SCROLL, coords); in createGenericPointerEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DDragInputEventReceiver.java19 import static android.view.InputDevice.SOURCE_CLASS_POINTER;
61 || (event.getSource() & SOURCE_CLASS_POINTER) == 0 in onInputEvent()
DPointerEventDispatcher.java42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
DTaskPositioner.java115 || (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in onInputEvent()
/frameworks/base/core/tests/coretests/src/android/view/
DRotaryScrollHapticsTest.java19 import static android.view.InputDevice.SOURCE_CLASS_POINTER;
244 TEST_RANDOM_DEVICE_ID, SOURCE_CLASS_POINTER, ACTION_SCROLL, coords); in createGenericPointerEvent()
DMotionEventTest.java19 import static android.view.InputDevice.SOURCE_CLASS_POINTER;
218 assertTrue(event.isFromSource(SOURCE_CLASS_POINTER)); in testUsesPointerSourceByDefault()
/frameworks/base/core/java/android/view/
DInputDevice.java150 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice
188 SOURCE_CLASS_POINTER,
232 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
242 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
262 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER;
DInputEventConsistencyVerifier.java362 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onTouchEvent()
479 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DMotionEvent.java2164 xPrecision, yPrecision, deviceId, edgeFlags, InputDevice.SOURCE_CLASS_POINTER, in obtain()
DViewGroup.java9387 & (~InputDevice.SOURCE_CLASS_POINTER); in onDescendantUnbufferedRequested()
9396 if ((child.mUnbufferedInputSource & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onDescendantUnbufferedRequested()
9397 mUnbufferedInputSource |= InputDevice.SOURCE_CLASS_POINTER; in onDescendantUnbufferedRequested()
DViewRootImpl.java7191 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldDropInputEvent()
7604 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in processMotionEvent()
7709 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
10022 && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER)); in shouldSkipIme()
DView.java16542 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in dispatchGenericMotionEvent()
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java21 import static android.view.InputDevice.SOURCE_CLASS_POINTER;
230 && (inputSource & InputDevice.SOURCE_CLASS_POINTER) != 0) { in injectMotionEvent()
546 final boolean isPointerEvent = (inputSource & SOURCE_CLASS_POINTER) == SOURCE_CLASS_POINTER; in runScroll()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DFrontBufferedLayer.kt69 requestUnbufferedDispatch(InputDevice.SOURCE_CLASS_POINTER) in onAttachedToWindow()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java19 import static android.view.InputDevice.SOURCE_CLASS_POINTER;
435 if (!motion.isFromSource(SOURCE_CLASS_POINTER) || motion.getAction() == ACTION_SCROLL) { in shouldProcessMultiDeviceEvent()
/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java95 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java725 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DRecyclerView.java3028 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java868 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DStackView.java588 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DScrollView.java974 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DAbsListView.java4500 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
4558 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
/frameworks/base/core/java/android/app/
DInstrumentation.java1284 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in sendPointerSync()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java458 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3523 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()

12