Home
last modified time | relevance | path

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

12

/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLiftToActivateListener.java53 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
H A DLockIconViewController.java612 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 DClickBlockingView.java100 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 DClickBlockingView.java106 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 DTouchExplorer.java24 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 DTouchState.java151 case MotionEvent.ACTION_HOVER_EXIT: in onInjectedMotionEvent()
/aosp12/frameworks/base/core/java/android/view/
H A DTouchDelegate.java195 case MotionEvent.ACTION_HOVER_EXIT: in onTouchExplorationHoverEvent()
H A DViewGroup.java2125 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 DInputEventConsistencyVerifier.java488 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
H A DMotionEvent.java331 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 DInputConsumerProxy.java78 || action == MotionEvent.ACTION_HOVER_EXIT; in onInputConsumerEvent()
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadKeyButton.java142 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadKeyButton.java171 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskTapPointerEventListener.java125 case MotionEvent.ACTION_HOVER_EXIT: { in onPointerEvent()
/aosp12/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()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java156 return MotionEvent.ACTION_HOVER_EXIT; in stringToAction()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DAccessibilityUtils.java119 || action == MotionEvent.ACTION_HOVER_EXIT in isTouchExplorationEvent()
H A DKeyboardAccessibilityDelegate.java181 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAutoclickController.java146 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
/aosp12/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()
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeekView.java533 if (event.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java435 hoverAction = MotionEvent.ACTION_HOVER_EXIT; in onTouchEvent()

12