Home
last modified time | relevance | path

Searched refs:ACTION_HOVER_MOVE (Results 1 – 25 of 35) 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()
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/
DSinglePointerTouchProcessorTest.kt188 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/
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.java289 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()
DInputEventConsistencyVerifier.java485 case MotionEvent.ACTION_HOVER_MOVE: in onGenericMotionEvent()
DViewGroup.java2187 } 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/
DTaskTapPointerEventListener.java85 case MotionEvent.ACTION_HOVER_MOVE: { in onPointerEvent()
DSystemGesturesPointerEventListener.java212 case MotionEvent.ACTION_HOVER_MOVE: in onPointerEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java150 return MotionEvent.ACTION_HOVER_MOVE; in stringToAction()
/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.kt59 MotionEvent.ACTION_HOVER_MOVE -> processActionMove(preprocess()) in processTouch()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java25 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
DTouchState.java163 case MotionEvent.ACTION_HOVER_MOVE: in onInjectedMotionEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java137 case MotionEvent.ACTION_HOVER_MOVE: { in handleMouseMotion()
DMotionEventInjector.java130 && event.getActionMasked() == MotionEvent.ACTION_HOVER_MOVE) in onMotionEvent()
DAccessibilityInputFilter.java797 action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_HOVER_MOVE; in shouldProcessMotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DExploreByTouchHelper.java145 case MotionEvent.ACTION_HOVER_MOVE: in dispatchHoverEvent()
DPointerLocationView.java551 case MotionEvent.ACTION_HOVER_MOVE: in logCoords()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeInputListener.java326 case MotionEvent.ACTION_HOVER_MOVE: { in handleMotionEvent()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
DRotationButtonController.java558 || (action == MotionEvent.ACTION_HOVER_MOVE); in onRotateSuggestionHover()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
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/src/com/android/keyguard/
DLockIconViewController.java651 case MotionEvent.ACTION_HOVER_MOVE: in onTouchEvent()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchHandler.java633 case MotionEvent.ACTION_HOVER_MOVE: { in handleTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java589 case MotionEvent.ACTION_HOVER_MOVE: in oldOnTouch()

12