Searched refs:SOURCE_CLASS_POINTER (Results 1 – 20 of 20) sorted by relevance
101 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice171 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;
354 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onTouchEvent()469 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
3513 !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) && in shouldDropInputEvent()3790 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()3886 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onProcess()5549 && mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER); in shouldSkipIme()
8459 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) {
42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
693 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0 in onInputEvent()
133 if ((motionEvent.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0 in injectMotionEvent()
142 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
938 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in sendPointerSync()
94 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
665 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
263 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
706 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
764 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
586 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
4001 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
1709 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
310 event source class. {@link android.view.InputDevice#SOURCE_CLASS_POINTER} events
2801 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
32109 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2