Searched refs:SOURCE_CLASS_POINTER (Results 1 – 23 of 23) sorted by relevance
19 import static android.view.InputDevice.SOURCE_CLASS_POINTER;61 || (event.getSource() & SOURCE_CLASS_POINTER) == 0 in onInputEvent()
44 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
139 || (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in onInputEvent()
1384 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
107 public static final int SOURCE_CLASS_POINTER = 0x00000002; field in InputDevice177 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;
362 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onTouchEvent()479 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
5034 && !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()
14062 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in dispatchGenericMotionEvent()
416 if ((ev.getSource() & InputDevice.SOURCE_CLASS_POINTER) == in onGenericMotionEvent()417 InputDevice.SOURCE_CLASS_POINTER) { in onGenericMotionEvent()
393 if (displayId == INVALID_DISPLAY && (inputSource & InputDevice.SOURCE_CLASS_POINTER) != 0) { in injectMotionEvent()
94 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
711 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
2907 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
307 && (event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onInputEvent()
832 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
586 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) { in onGenericMotionEvent()
899 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
4291 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()4307 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
1110 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) == 0) { in sendPointerSync()
3730 if ((event.getSource() & InputDevice.SOURCE_CLASS_POINTER) != 0) {
32280 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
50237 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2
50381 field public static final int SOURCE_CLASS_POINTER = 2; // 0x2