/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
D | TouchExplorerTest.java | 23 import static android.view.MotionEvent.ACTION_HOVER_MOVE; 167 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testOneFingerMove_shouldInjectHoverEvents() 192 ACTION_HOVER_MOVE, in testOneFingerMoveWithExtraMoveEvents() 193 ACTION_HOVER_MOVE, in testOneFingerMoveWithExtraMoveEvents() 194 ACTION_HOVER_MOVE, in testOneFingerMoveWithExtraMoveEvents() 261 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testUpEvent_OneFingerMove_clearStateAndInjectHoverEvents() 307 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testFlickCrossViews_clearStateAndExpectedEvents()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 188 motionEventAction = MotionEvent.ACTION_HOVER_MOVE, in <lambda>() 195 motionEventAction = MotionEvent.ACTION_HOVER_MOVE, in <lambda>() 202 motionEventAction = MotionEvent.ACTION_HOVER_MOVE, in <lambda>() 209 motionEventAction = MotionEvent.ACTION_HOVER_MOVE, in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
D | DragDetectorTest.kt | 182 assertTrue(dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_HOVER_MOVE))) in testPassesHoverMove() 184 return@argThat it.action == MotionEvent.ACTION_HOVER_MOVE && it.x == X && it.y == Y in testPassesHoverMove()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 185 case MotionEvent.ACTION_HOVER_MOVE: in onTouchExplorationHoverEvent()
|
D | MotionEvent.java | 289 public static final int ACTION_HOVER_MOVE = 7; field in MotionEvent 3445 if (action != ACTION_MOVE && action != ACTION_HOVER_MOVE) { in addBatch() 3748 case ACTION_HOVER_MOVE: in actionToString()
|
D | InputEventConsistencyVerifier.java | 485 case MotionEvent.ACTION_HOVER_MOVE: in onGenericMotionEvent()
|
D | ViewGroup.java | 2187 } else if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent() 2223 if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent() 2260 if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent() 2277 } else if (action == MotionEvent.ACTION_HOVER_MOVE) { in dispatchHoverEvent() 2343 case MotionEvent.ACTION_HOVER_MOVE: in dispatchTooltipHoverEvent() 2517 if ((action == MotionEvent.ACTION_HOVER_MOVE in onInterceptHoverEvent() 2691 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) { in dispatchTouchEvent() 2825 || actionMasked == MotionEvent.ACTION_HOVER_MOVE) { in dispatchTouchEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskTapPointerEventListener.java | 85 case MotionEvent.ACTION_HOVER_MOVE: { in onPointerEvent()
|
D | SystemGesturesPointerEventListener.java | 212 case MotionEvent.ACTION_HOVER_MOVE: in onPointerEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | GestureLogParser.java | 150 return MotionEvent.ACTION_HOVER_MOVE; in stringToAction()
|
/frameworks/base/core/java/android/widget/ |
D | DropDownListView.java | 133 || action == MotionEvent.ACTION_HOVER_MOVE) { in onHoverEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessor.kt | 59 MotionEvent.ACTION_HOVER_MOVE -> processActionMove(preprocess()) in processTouch()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchExplorer.java | 25 import static android.view.MotionEvent.ACTION_HOVER_MOVE; 495 ACTION_HOVER_MOVE, in onGestureCancelled() 857 event, ACTION_HOVER_MOVE, rawEvent, pointerIdBits, policyFlags); in handleActionMoveStateTouchExploring() 1573 ACTION_HOVER_MOVE, in run() local
|
D | TouchState.java | 163 case MotionEvent.ACTION_HOVER_MOVE: in onInjectedMotionEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AutoclickController.java | 137 case MotionEvent.ACTION_HOVER_MOVE: { in handleMouseMotion()
|
D | MotionEventInjector.java | 130 && event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) in onMotionEvent()
|
D | AccessibilityInputFilter.java | 797 action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_HOVER_MOVE; in shouldProcessMotionEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ExploreByTouchHelper.java | 145 case MotionEvent.ACTION_HOVER_MOVE: in dispatchHoverEvent()
|
D | PointerLocationView.java | 551 case MotionEvent.ACTION_HOVER_MOVE: in logCoords()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DragResizeInputListener.java | 326 case MotionEvent.ACTION_HOVER_MOVE: { in handleMotionEvent()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
D | RotationButtonController.java | 558 || (action == MotionEvent.ACTION_HOVER_MOVE); in onRotateSuggestionHover()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 21 import static android.view.MotionEvent.ACTION_HOVER_MOVE; 174 mHoverMoveEvent = MotionEvent.obtain(0, 0, ACTION_HOVER_MOVE, CLICK_POINT.x, CLICK_POINT.y, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LockIconViewController.java | 651 case MotionEvent.ACTION_HOVER_MOVE: in onTouchEvent()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchHandler.java | 633 case MotionEvent.ACTION_HOVER_MOVE: { in handleTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 589 case MotionEvent.ACTION_HOVER_MOVE: in oldOnTouch()
|