/frameworks/base/core/java/android/view/ |
D | InputEvent.java | 94 public boolean isFromSource(int source) { in isFromSource() method in InputEvent
|
D | InputDevice.java | 890 public boolean isFromSource(int source) { in isFromSource() method in InputDevice.MotionRange
|
D | ViewRootImpl.java | 5034 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldDropInputEvent() 5036 || (mIsAmbientMode && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_BUTTON)) in shouldDropInputEvent() 5355 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in processMotionEvent() 5362 if (event.isFromSource(InputDevice.SOURCE_CLASS_POSITION)) { in processMotionEvent() 5381 ensureTouchMode(event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in processPointerEvent() 5666 if (event.getPointerCount() == 1 && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in maybeUpdatePointerIcon() 5686 if (event.isFromSource(InputDevice.SOURCE_MOUSE_RELATIVE)) { in processTrackballEvent() 5701 if (event.isFromSource(InputDevice.SOURCE_TOUCHPAD)) { in processGenericMotionEvent() 7505 && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldSkipIme() 7506 || mEvent.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)); in shouldSkipIme()
|
D | ViewGroup.java | 2469 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onInterceptHoverEvent() 3225 if (ev.isFromSource(InputDevice.SOURCE_MOUSE) in onInterceptTouchEvent()
|
D | View.java | 7401 if (event.isFromSource(InputDevice.SOURCE_MOUSE) && 15061 && event.isFromSource(InputDevice.SOURCE_MOUSE) in onHoverEvent() 15187 || !event.isFromSource(InputDevice.SOURCE_MOUSE) in handleScrollBarDragging()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | BasicGLSurfaceView.java | 64 if (event.isFromSource(InputDevice.SOURCE_CLASS_JOYSTICK)) { in onGenericMotionEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 233 if (event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in getEventStreamState() 239 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in getEventStreamState() 246 if (event.isFromSource(InputDevice.SOURCE_KEYBOARD)) { in getEventStreamState()
|
D | AutoclickController.java | 73 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onMotionEvent()
|
D | MotionEventInjector.java | 118 if ((event.isFromSource(InputDevice.SOURCE_MOUSE) in onMotionEvent()
|
D | MagnificationGestureHandler.java | 222 || !event.isFromSource(SOURCE_TOUCHSCREEN)) { in onMotionEventInternal()
|
D | TouchExplorer.java | 277 if (!event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in onMotionEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 234 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in closeLocked() 685 private boolean isFromSource(int source) { in isFromSource() method in DragState 691 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in overridePointerIconLocked()
|
D | SystemGesturesPointerEventListener.java | 171 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
|
D | WindowManagerService.java | 6710 if (motionEvent.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 238 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
|
D | MultiClientInputMethodClientCallbackAdaptor.java | 172 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingManagerImpl.java | 527 mIsTouchScreen = event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN); in onTouchEvent()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 832 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent() 838 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
|
D | ScrollView.java | 899 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent() 901 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
|
D | Editor.java | 1442 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); in updateTapState() 1463 if (!event.isFromSource(InputDevice.SOURCE_MOUSE)) { in shouldFilterOutTouchEvent() 5079 ev.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in onTouchEvent() 5084 filterOnTouchUp(ev.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in onTouchEvent() 5927 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); 6085 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); 6092 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); 6144 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); 6156 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN));
|
D | AbsListView.java | 4291 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent() 4293 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent() 4307 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 279 if (isFullyCollapsed() && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onTouchEvent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32306 method public boolean isFromSource(int); 32315 method public boolean isFromSource(int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 50265 method public boolean isFromSource(int); 50274 method public boolean isFromSource(int);
|
/frameworks/base/api/ |
D | current.txt | 50409 method public boolean isFromSource(int); 50418 method public boolean isFromSource(int);
|