/aosp12/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()
|
/aosp12/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 | 612 case MotionEvent.ACTION_HOVER_EXIT: in onTouchEvent()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/toolbar/ |
H A D | ClickBlockingView.java | 100 if (action == MotionEvent.ACTION_HOVER_EXIT || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/baselayout/ |
H A D | ClickBlockingView.java | 106 if (action == MotionEvent.ACTION_HOVER_EXIT || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | TouchExplorer.java | 24 import static android.view.MotionEvent.ACTION_HOVER_EXIT; 1013 if (event != null && event.getActionMasked() != ACTION_HOVER_EXIT) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 1020 ACTION_HOVER_EXIT, in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 1035 if (event != null && event.getActionMasked() == ACTION_HOVER_EXIT) { in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() 1446 ACTION_HOVER_EXIT, in run()
|
H A D | TouchState.java | 151 case MotionEvent.ACTION_HOVER_EXIT: in onInjectedMotionEvent()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | TouchDelegate.java | 195 case MotionEvent.ACTION_HOVER_EXIT: in onTouchExplorationHoverEvent()
|
H A D | ViewGroup.java | 2125 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2215 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2230 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 2253 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2263 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 2302 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in exitHoverTargets() 2324 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in cancelHoverTarget() 2374 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent() 2384 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent() 2394 case MotionEvent.ACTION_HOVER_EXIT: in dispatchTooltipHoverEvent() [all …]
|
H A D | InputEventConsistencyVerifier.java | 488 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
|
H A D | MotionEvent.java | 331 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent 3665 case ACTION_HOVER_EXIT: in actionToString()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | InputConsumerProxy.java | 78 || action == MotionEvent.ACTION_HOVER_EXIT; in onInputConsumerEvent()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
H A D | DialpadKeyButton.java | 142 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
|
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
H A D | DialpadKeyButton.java | 171 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskTapPointerEventListener.java | 125 case MotionEvent.ACTION_HOVER_EXIT: { in onPointerEvent()
|
/aosp12/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()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | GestureLogParser.java | 156 return MotionEvent.ACTION_HOVER_EXIT; in stringToAction()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
H A D | AccessibilityUtils.java | 119 || action == MotionEvent.ACTION_HOVER_EXIT in isTouchExplorationEvent()
|
H A D | KeyboardAccessibilityDelegate.java | 181 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AutoclickController.java | 146 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
|
/aosp12/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()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/ |
H A D | SimpleWeekView.java | 533 if (event.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
H A D | SuggestionStripView.java | 435 hoverAction = MotionEvent.ACTION_HOVER_EXIT; in onTouchEvent()
|