Home
last modified time | relevance | path

Searched refs:ACTION_HOVER_EXIT (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
H A DTouchExplorerTest.java22 import static android.view.MotionEvent.ACTION_HOVER_EXIT;
167 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testOneFingerMove_shouldInjectHoverEvents()
195 ACTION_HOVER_EXIT); 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLiftToActivateListener.java53 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
H A DLockIconViewController.java658 case MotionEvent.ACTION_HOVER_EXIT: in onTouchEvent()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DDragDetectorTest.kt190 assertTrue(dragDetector.onMotionEvent(createMotionEvent(MotionEvent.ACTION_HOVER_EXIT)))
192 return@argThat it.action == MotionEvent.ACTION_HOVER_EXIT && it.x == X && it.y == Y
/aosp14/frameworks/base/core/java/android/view/
H A DTouchDelegate.java195 case MotionEvent.ACTION_HOVER_EXIT: in onTouchExplorationHoverEvent()
H A DViewGroup.java2130 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2220 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2235 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()
2258 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent()
2268 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent()
2307 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in exitHoverTargets()
2329 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in cancelHoverTarget()
2379 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent()
2389 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent()
2399 case MotionEvent.ACTION_HOVER_EXIT: in dispatchTooltipHoverEvent()
[all …]
H A DMotionEvent.java333 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent
2363 || getActionMasked() == ACTION_HOVER_EXIT in isHoverEvent()
3957 case ACTION_HOVER_EXIT: in actionToString()
H A DInputEventConsistencyVerifier.java488 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskTapPointerEventListener.java126 case MotionEvent.ACTION_HOVER_EXIT: { in onPointerEvent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
H A DSinglePointerTouchProcessorTest.kt239 motionEventAction = MotionEvent.ACTION_HOVER_EXIT,
246 motionEventAction = MotionEvent.ACTION_HOVER_EXIT,
253 motionEventAction = MotionEvent.ACTION_HOVER_EXIT,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusOverlayHoverListener.kt144 } else if (event.action == MotionEvent.ACTION_HOVER_EXIT) {
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/split/
H A DDividerViewTest.java90 mDividerView.onHoverEvent(getMotionEvent(downTime, MotionEvent.ACTION_HOVER_EXIT, x, y)); in testHoverDividerView()
/aosp14/frameworks/base/core/java/android/widget/
H A DMenuPopupWindow.java166 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
H A DDropDownListView.java122 if (action == MotionEvent.ACTION_HOVER_EXIT && mResolveHoverRunnable == null) { in onHoverEvent()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java156 return MotionEvent.ACTION_HOVER_EXIT; in stringToAction()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DTouchExplorer.java24 import static android.view.MotionEvent.ACTION_HOVER_EXIT;
1088 if (event != null && event.getActionMasked() != ACTION_HOVER_EXIT) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded()
1095 ACTION_HOVER_EXIT, in sendHoverExitAndTouchExplorationGestureEndIfNeeded()
1110 if (event != null && event.getActionMasked() == ACTION_HOVER_EXIT) { in sendTouchExplorationGestureStartAndHoverEnterIfNeeded()
1664 mPrototype, ACTION_HOVER_EXIT, mRawEvent, mPointerIdBits, mPolicyFlags); in run()
H A DTouchState.java169 case MotionEvent.ACTION_HOVER_EXIT: in onInjectedMotionEvent()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusOverlayHoverListenerTest.kt171 injectHoverEvent(hoverEvent(MotionEvent.ACTION_HOVER_EXIT))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
H A DSinglePointerTouchProcessor.kt68 MotionEvent.ACTION_HOVER_EXIT ->
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java148 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
H A DExploreByTouchHelper.java150 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAutoclickController.java146 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerView.java396 } else if (event.getAction() == MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeInputListener.java440 case MotionEvent.ACTION_HOVER_EXIT: in handleMotionEvent()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java598 case MotionEvent.ACTION_HOVER_EXIT: { in handleTouchEvent()

12