Searched refs:SOURCE_CLASS_POINTER (Results 1 – 21 of 21) 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()
3608 && !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()
8547 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) {
42 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
710 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0 in onInputEvent()
335 if ((ev.getSource() & InputDevice.SOURCE_CLASS_POINTER) == in onGenericMotionEvent()336 InputDevice.SOURCE_CLASS_POINTER) { in onGenericMotionEvent()
142 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
939 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()
252 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
764 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
707 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
586 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
4028 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
3044 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
34515 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
32282 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2