/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() 262 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testUpEvent_OneFingerMove_clearStateAndInjectHoverEvents() 308 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testFlickCrossViews_clearStateAndExpectedEvents()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | AccessibilityInputFilterInputTest.kt | 37 import android.view.MotionEvent.ACTION_HOVER_MOVE 204 verifier.assertReceivedMotion(allOf(fromTouchScreen, withMotionAction(ACTION_HOVER_MOVE))) in testSingleDeviceTouchEventsWithAllA11yFeatures() 399 verifier.assertReceivedMotion(allOf(fromStylus, withMotionAction(ACTION_HOVER_MOVE))) in testMultiDeviceEventsWithAllA11yFeatures() 442 verifier.assertReceivedMotion(allOf(fromTouchScreen, withMotionAction(ACTION_HOVER_MOVE))) in testStylusWithTouchInTheMiddle()
|
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/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 189 motionEventAction = MotionEvent.ACTION_HOVER_MOVE, in <lambda>() 196 motionEventAction = MotionEvent.ACTION_HOVER_MOVE, in <lambda>() 203 motionEventAction = MotionEvent.ACTION_HOVER_MOVE, in <lambda>() 210 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 | 303 public static final int ACTION_HOVER_MOVE = 7; field in MotionEvent 458 ACTION_HOVER_MOVE, 2488 || getActionMasked() == ACTION_HOVER_MOVE; in isHoverEvent() 3734 if (action != ACTION_MOVE && action != ACTION_HOVER_MOVE) { in addBatch() 3981 case ACTION_HOVER_MOVE: in actionToString()
|
D | InputEventConsistencyVerifier.java | 485 case MotionEvent.ACTION_HOVER_MOVE: in onGenericMotionEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | GestureLogParser.java | 150 return MotionEvent.ACTION_HOVER_MOVE; in stringToAction()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 85 static constexpr int32_t ACTION_HOVER_MOVE = AMOTION_EVENT_ACTION_HOVER_MOVE; variable 1549 mDispatcher->notifyMotion(MotionArgsBuilder(ACTION_HOVER_MOVE, AINPUT_SOURCE_STYLUS) in TEST_F() 1553 window->consumeMotionEvent(WithMotionAction(ACTION_HOVER_MOVE)); in TEST_F() 1571 mDispatcher->notifyMotion(MotionArgsBuilder(ACTION_HOVER_MOVE, AINPUT_SOURCE_STYLUS) in TEST_F() 1575 window->consumeMotionEvent(WithMotionAction(ACTION_HOVER_MOVE)); in TEST_F() 1874 mDispatcher->notifyMotion(MotionArgsBuilder(ACTION_HOVER_MOVE, AINPUT_SOURCE_STYLUS) in TEST_F() 1885 mDispatcher->notifyMotion(MotionArgsBuilder(ACTION_HOVER_MOVE, AINPUT_SOURCE_STYLUS) in TEST_F() 1891 mDispatcher->notifyMotion(MotionArgsBuilder(ACTION_HOVER_MOVE, AINPUT_SOURCE_STYLUS) in TEST_F() 1894 window->consumeMotionEvent(WithMotionAction(ACTION_HOVER_MOVE)); in TEST_F() 1914 mDispatcher->notifyMotion(MotionArgsBuilder(ACTION_HOVER_MOVE, AINPUT_SOURCE_MOUSE) in TEST_F() [all …]
|
/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 | 65 MotionEvent.ACTION_HOVER_MOVE -> processActionMove(preprocess()) in processTouch()
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | PointerIconTest.java | 300 return MotionEvent.obtain(/* downTime */ 0, eventTime, MotionEvent.ACTION_HOVER_MOVE, in createHoverEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 226 || event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) { in cancelMotion() 451 case MotionEvent.ACTION_HOVER_MOVE: { in shouldProcessMultiDeviceEvent() 1036 action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_HOVER_MOVE; in shouldProcessMotionEvent()
|
D | AutoclickController.java | 137 case MotionEvent.ACTION_HOVER_MOVE: { in handleMouseMotion()
|
D | MotionEventInjector.java | 130 && event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) in onMotionEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchExplorer.java | 25 import static android.view.MotionEvent.ACTION_HOVER_MOVE; 517 ACTION_HOVER_MOVE, in onGestureCancelled() 891 event, ACTION_HOVER_MOVE, rawEvent, pointerIdBits, policyFlags); in handleActionMoveStateTouchExploring() 1634 ACTION_HOVER_MOVE, in run() local
|
D | TouchState.java | 163 case MotionEvent.ACTION_HOVER_MOVE: in onInjectedMotionEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ExploreByTouchHelper.java | 145 case MotionEvent.ACTION_HOVER_MOVE: in dispatchHoverEvent()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DesktopModeWindowDecorViewModel.java | 29 import static android.view.MotionEvent.ACTION_HOVER_MOVE; 590 } else if (ev.getAction() == ACTION_HOVER_MOVE in onGenericMotion() 859 case MotionEvent.ACTION_HOVER_MOVE: in handleCaptionThroughStatusBar()
|
D | DragResizeInputListener.java | 469 case MotionEvent.ACTION_HOVER_MOVE: { in handleMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/ |
D | GesturePointerEventListener.kt | 232 MotionEvent.ACTION_HOVER_MOVE -> in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SystemGesturesPointerEventListener.java | 255 case MotionEvent.ACTION_HOVER_MOVE: in onPointerEvent()
|
/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
D | HandwritingInitiatorTest.java | 20 import static android.view.MotionEvent.ACTION_HOVER_MOVE; 922 return createStylusEvent(ACTION_HOVER_MOVE, x, y, /* eventTime */ 0); in createStylusHoverEvent()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
D | RotationButtonController.java | 604 || (action == MotionEvent.ACTION_HOVER_MOVE); in onRotateSuggestionHover()
|