Searched refs:isFromSource (Results 1 – 8 of 8) sorted by relevance
93 public boolean isFromSource(int source) { in isFromSource() method in InputEvent
777 public boolean isFromSource(int source) { in isFromSource() method in InputDevice.MotionRange
3513 !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) && in shouldDropInputEvent()5549 && mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER); in shouldSkipIme()
149 && event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in onInputEvent()153 && event.isFromSource(InputDevice.SOURCE_KEYBOARD)) { in onInputEvent()
235 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
142 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
234 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); in onTouchEvent()
32135 method public boolean isFromSource(int);32144 method public boolean isFromSource(int);