Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java110 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice
148 SOURCE_CLASS_POINTER,
149 SOURCE_CLASS_POINTER,
193 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
202 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
222 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()
DViewGroup.java9259 & (~InputDevice.SOURCE_CLASS_POINTER); in onDescendantUnbufferedRequested()
9268 if ((child.mUnbufferedInputSource & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onDescendantUnbufferedRequested()
9269 mUnbufferedInputSource |= InputDevice.SOURCE_CLASS_POINTER; in onDescendantUnbufferedRequested()
DViewRootImpl.java5390 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldDropInputEvent()
5720 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in processMotionEvent()
5818 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
7892 && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldSkipIme()
DView.java14414 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/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.java116 || (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in onInputEvent()
DDisplayPolicy.java1424 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java393 if (displayId == INVALID_DISPLAY && (inputSource & InputDevice.SOURCE_CLASS_POINTER) != 0) { in injectMotionEvent()
/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.java711 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DRecyclerView.java2921 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java832 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DStackView.java588 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DScrollView.java899 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DAbsListView.java4272 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
4288 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java311 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/base/core/java/android/app/
DInstrumentation.java1113 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in sendPointerSync()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3897 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32280 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt52491 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2