/frameworks/base/core/java/android/view/ |
D | InputEventAssigner.java | 67 if (motionEvent.isFromSource(SOURCE_TOUCHSCREEN)) { in processEvent()
|
D | InputEvent.java | 94 public boolean isFromSource(int source) { in isFromSource() method in InputEvent
|
D | InputDevice.java | 1025 public boolean isFromSource(int source) { in isFromSource() method in InputDevice.MotionRange
|
D | ViewRootImpl.java | 5707 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldDropInputEvent() 5716 && !q.mEvent.isFromSource(InputDevice.SOURCE_CLASS_BUTTON)) { in shouldDropInputEvent() 6046 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in processMotionEvent() 6053 if (event.isFromSource(InputDevice.SOURCE_CLASS_POSITION)) { in processMotionEvent() 6358 if (event.getPointerCount() == 1 && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in maybeUpdatePointerIcon() 6378 if (event.isFromSource(InputDevice.SOURCE_MOUSE_RELATIVE)) { in processTrackballEvent() 6393 if (event.isFromSource(InputDevice.SOURCE_TOUCHPAD)) { in processGenericMotionEvent() 8365 && (mEvent.isFromSource(InputDevice.SOURCE_CLASS_POINTER) in shouldSkipIme() 8366 || mEvent.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)); in shouldSkipIme()
|
D | ViewGroup.java | 2512 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onInterceptHoverEvent() 3285 if (ev.isFromSource(InputDevice.SOURCE_MOUSE) in onInterceptTouchEvent()
|
D | View.java | 7579 if (event.isFromSource(InputDevice.SOURCE_MOUSE) && 15671 && event.isFromSource(InputDevice.SOURCE_MOUSE) in onHoverEvent() 15797 || !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 | 278 if (event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in getEventStreamState() 284 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in getEventStreamState() 291 if (event.isFromSource(InputDevice.SOURCE_KEYBOARD)) { in getEventStreamState()
|
D | AutoclickController.java | 73 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onMotionEvent()
|
D | MotionEventInjector.java | 119 if ((event.isFromSource(InputDevice.SOURCE_MOUSE) in onMotionEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | MagnificationGestureHandler.java | 139 if ((!mDetectTripleTap && !mDetectShortcutTrigger) || !event.isFromSource( in shouldDispatchTransformedEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragState.java | 241 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in closeLocked() 675 private boolean isFromSource(int source) { in isFromSource() method in DragState 681 if (isFromSource(InputDevice.SOURCE_MOUSE)) { in overridePointerIconLocked()
|
D | SystemGesturesPointerEventListener.java | 191 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
|
D | WindowManagerService.java | 6895 if (motionEvent.isFromSource(InputDevice.SOURCE_MOUSE)) { in onPointerEvent()
|
/frameworks/base/core/java/android/widget/ |
D | EditorTouchState.java | 134 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); in update()
|
D | HorizontalScrollView.java | 858 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent() 864 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
|
D | Editor.java | 1673 if (!event.isFromSource(InputDevice.SOURCE_MOUSE)) { in shouldFilterOutTouchEvent() 5424 ev.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in onTouchEvent() 5429 filterOnTouchUp(ev.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in onTouchEvent() 6265 if (event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onTouchEvent() 6588 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); in onTouchEvent() 6737 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in updateCharacterBasedSelection() 6744 final boolean isMouse = event.isFromSource(InputDevice.SOURCE_MOUSE); in updateWordBasedSelection() 6796 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in updateWordBasedSelection() 6808 event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)); in updateParagraphBasedSelection()
|
D | ScrollView.java | 928 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent() 930 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent()
|
D | AbsListView.java | 4346 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent() 4348 } else if (event.isFromSource(InputDevice.SOURCE_ROTARY_ENCODER)) { in onGenericMotionEvent() 4362 if (event.isFromSource(InputDevice.SOURCE_CLASS_POINTER)) { in onGenericMotionEvent()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | IInputMethodSessionWrapper.java | 247 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
|
D | MultiClientInputMethodClientCallbackAdaptor.java | 174 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) { in onInputEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelViewController.java | 1255 if (isFullyCollapsed() && event.isFromSource(InputDevice.SOURCE_MOUSE)) { in onTouch()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchExplorer.java | 257 if (!event.isFromSource(InputDevice.SOURCE_TOUCHSCREEN)) { in onMotionEvent()
|
/frameworks/base/core/api/ |
D | current.txt | 47251 method public boolean isFromSource(int); 47260 method public boolean isFromSource(int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32306 method public boolean isFromSource(int); 32315 method public boolean isFromSource(int);
|