Home
last modified time | relevance | path

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

12

/frameworks/support/v4/java/android/support/v4/view/
DInputDeviceCompat.java61 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDeviceCompat
133 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
142 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
162 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER;
/frameworks/base/core/java/android/view/
DInputDevice.java102 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice
172 public static final int SOURCE_TOUCHSCREEN = 0x00001000 | SOURCE_CLASS_POINTER;
181 public static final int SOURCE_MOUSE = 0x00002000 | SOURCE_CLASS_POINTER;
201 public static final int SOURCE_STYLUS = 0x00004000 | SOURCE_CLASS_POINTER;
DInputEventConsistencyVerifier.java358 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onTouchEvent()
475 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DViewRootImpl.java3913 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) || mStopped in shouldDropInputEvent()
4207 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
4301 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()
6047 && mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER); in shouldSkipIme()
DView.java10015 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in dispatchGenericMotionEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DPointerEventDispatcher.java42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
DTaskPositioner.java128 || (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in onInputEvent()
DWindowManagerService.java765 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0 in onInputEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java415 if ((ev.getSource() & InputDevice.SOURCE_CLASS_POINTER) == in onGenericMotionEvent()
416 InputDevice.SOURCE_CLASS_POINTER) { in onGenericMotionEvent()
/frameworks/base/core/java/android/app/
DActivityView.java204 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
DInstrumentation.java951 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.java258 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java722 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DScrollView.java780 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DStackView.java585 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
DAbsListView.java4209 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java898 if ((MotionEventCompat.getSource(event) & InputDeviceCompat.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/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java2721 if ((MotionEventCompat.getSource(event) & InputDeviceCompat.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3749 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
/frameworks/support/v4/api/
D22.1.0.txt1841 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
D22.2.1.txt1900 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
D22.2.0.txt1899 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2

12