Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputDevice.java101 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice
171 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
180 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
200 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER;
DInputEventConsistencyVerifier.java354 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onTouchEvent()
469 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DViewRootImpl.java3608 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in shouldDropInputEvent()
3892 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
3988 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
5655 && mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER); in shouldSkipIme()
DView.java8547 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) {
/frameworks/base/services/core/java/com/android/server/wm/
DPointerEventDispatcher.java42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
DWindowManagerService.java710 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0 in onInputEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java335 if ((ev.getSource() & InputDevice.SOURCE_CLASS_POINTER) == in onGenericMotionEvent()
336 InputDevice.SOURCE_CLASS_POINTER) { in onGenericMotionEvent()
/frameworks/base/core/java/android/app/
DActivityView.java142 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DInstrumentation.java939 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/service/wallpaper/
DWallpaperService.java252 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/base/core/java/android/widget/
DScrollView.java764 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DHorizontalScrollView.java707 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DStackView.java586 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DAbsListView.java4028 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DPagedView.java1709 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd310 event source class. {@link android.view.InputDevice#SOURCE_CLASS_POINTER} events
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java3044 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/base/api/
Dsystem-current.txt34515 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
Dcurrent.txt32282 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2