Home
last modified time | relevance | path

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

/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.java44 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
DTaskPositioner.java139 || (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in onInputEvent()
DDisplayPolicy.java1384 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/base/core/java/android/view/
DInputDevice.java107 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice
177 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
186 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
206 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()
DViewRootImpl.java5034 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldDropInputEvent()
5355 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in processMotionEvent()
5454 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
7505 && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldSkipIme()
DView.java14062 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in dispatchGenericMotionEvent()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java416 if ((ev.getSource() & InputDevice.SOURCE_CLASS_POINTER) == in onGenericMotionEvent()
417 InputDevice.SOURCE_CLASS_POINTER) { in onGenericMotionEvent()
/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.java2907 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java307 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java832 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DStackView.java586 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DScrollView.java899 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DAbsListView.java4291 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
4307 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
/frameworks/base/core/java/android/app/
DInstrumentation.java1110 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in sendPointerSync()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3730 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32280 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
/frameworks/base/non-updatable-api/
Dcurrent.txt50237 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt50381 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2