Home
last modified time | relevance | path

Searched refs:ACTION_HOVER_MOVE (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DTouchExplorerTest.java23 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/
DAccessibilityInputFilterInputTest.kt37 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()
DMotionEventInjectorTest.java21 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/
DSinglePointerTouchProcessorTest.kt189 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/
DDragDetectorTest.kt182 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/
DTouchDelegate.java185 case MotionEvent.ACTION_HOVER_MOVE: in onTouchExplorationHoverEvent()
DMotionEvent.java303 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()
DInputEventConsistencyVerifier.java485 case MotionEvent.ACTION_HOVER_MOVE: in onGenericMotionEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java150 return MotionEvent.ACTION_HOVER_MOVE; in stringToAction()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp85 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/
DDropDownListView.java133 || action == MotionEvent.ACTION_HOVER_MOVE) { in onHoverEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessor.kt65 MotionEvent.ACTION_HOVER_MOVE -> processActionMove(preprocess()) in processTouch()
/frameworks/base/core/tests/coretests/src/android/widget/
DPointerIconTest.java300 return MotionEvent.obtain(/* downTime */ 0, eventTime, MotionEvent.ACTION_HOVER_MOVE, in createHoverEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java226 || 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()
DAutoclickController.java137 case MotionEvent.ACTION_HOVER_MOVE: { in handleMouseMotion()
DMotionEventInjector.java130 && event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) in onMotionEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java25 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
DTouchState.java163 case MotionEvent.ACTION_HOVER_MOVE: in onInjectedMotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DExploreByTouchHelper.java145 case MotionEvent.ACTION_HOVER_MOVE: in dispatchHoverEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java29 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()
DDragResizeInputListener.java469 case MotionEvent.ACTION_HOVER_MOVE: { in handleMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DGesturePointerEventListener.kt232 MotionEvent.ACTION_HOVER_MOVE -> in <lambda>()
/frameworks/base/services/core/java/com/android/server/wm/
DSystemGesturesPointerEventListener.java255 case MotionEvent.ACTION_HOVER_MOVE: in onPointerEvent()
/frameworks/base/core/tests/coretests/src/android/view/stylus/
DHandwritingInitiatorTest.java20 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/
DRotationButtonController.java604 || (action == MotionEvent.ACTION_HOVER_MOVE); in onRotateSuggestionHover()

12