/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
H A D | TouchExplorerTest.java | 22 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 D | LiftToActivateListener.java | 53 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
|
H A D | LockIconViewController.java | 658 case MotionEvent.ACTION_HOVER_EXIT: in onTouchEvent()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/ |
H A D | DragDetectorTest.kt | 190 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 D | TouchDelegate.java | 195 case MotionEvent.ACTION_HOVER_EXIT: in onTouchExplorationHoverEvent()
|
H A D | ViewGroup.java | 2130 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 D | MotionEvent.java | 333 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 D | InputEventConsistencyVerifier.java | 488 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskTapPointerEventListener.java | 126 case MotionEvent.ACTION_HOVER_EXIT: { in onPointerEvent()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
H A D | SinglePointerTouchProcessorTest.kt | 239 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 D | StatusOverlayHoverListener.kt | 144 } 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 D | DividerViewTest.java | 90 mDividerView.onHoverEvent(getMotionEvent(downTime, MotionEvent.ACTION_HOVER_EXIT, x, y)); in testHoverDividerView()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | MenuPopupWindow.java | 166 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
|
H A D | DropDownListView.java | 122 if (action == MotionEvent.ACTION_HOVER_EXIT && mResolveHoverRunnable == null) { in onHoverEvent()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | GestureLogParser.java | 156 return MotionEvent.ACTION_HOVER_EXIT; in stringToAction()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | TouchExplorer.java | 24 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 D | TouchState.java | 169 case MotionEvent.ACTION_HOVER_EXIT: in onInjectedMotionEvent()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusOverlayHoverListenerTest.kt | 171 injectHoverEvent(hoverEvent(MotionEvent.ACTION_HOVER_EXIT))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/ |
H A D | SinglePointerTouchProcessor.kt | 68 MotionEvent.ACTION_HOVER_EXIT ->
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AbsActionBarView.java | 148 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
|
H A D | ExploreByTouchHelper.java | 150 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AutoclickController.java | 146 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DividerView.java | 396 } else if (event.getAction() == MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DragResizeInputListener.java | 440 case MotionEvent.ACTION_HOVER_EXIT: in handleMotionEvent()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchHandler.java | 598 case MotionEvent.ACTION_HOVER_EXIT: { in handleTouchEvent()
|