Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLiftToActivateListener.java53 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
DTouchExplorerTest.java22 import static android.view.MotionEvent.ACTION_HOVER_EXIT;
162 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testOneFingerMove_shouldInjectHoverEvents()
190 ACTION_HOVER_EXIT); in testOneFingerMoveWithExtraMoveEvents()
256 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testUpEvent_OneFingerMove_clearStateAndInjectHoverEvents()
302 assertCapturedEvents(ACTION_HOVER_ENTER, ACTION_HOVER_MOVE, ACTION_HOVER_EXIT); in testFlickCrossViews_clearStateAndExpectedEvents()
/frameworks/base/core/java/android/view/
DTouchDelegate.java195 case MotionEvent.ACTION_HOVER_EXIT: in onTouchExplorationHoverEvent()
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()
2244 (action != MotionEvent.ACTION_HOVER_EXIT) && !event.isHoverExitPending(); 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()
[all …]
DInputEventConsistencyVerifier.java488 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
DMotionEvent.java331 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent
3665 case ACTION_HOVER_EXIT: in actionToString()
DView.java14649 || action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchGenericMotionEvent()
15563 if (action == MotionEvent.ACTION_HOVER_EXIT in dispatchTouchExplorationHoverEvent()
15590 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTouchExplorationHoverEvent()
15599 case MotionEvent.ACTION_HOVER_EXIT: in dispatchTouchExplorationHoverEvent()
15662 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
15683 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
30663 case MotionEvent.ACTION_HOVER_EXIT: in dispatchTooltipHoverEvent()
DViewRootImpl.java6360 || event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon()
6366 if (event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon()
6453 && action != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdateTooltip()
8605 || action == MotionEvent.ACTION_HOVER_EXIT; in isTerminalInputEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java125 case MotionEvent.ACTION_HOVER_EXIT: { in onPointerEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DTouchExplorer.java22 import static android.view.MotionEvent.ACTION_HOVER_EXIT;
983 if (event != null && event.getActionMasked() != ACTION_HOVER_EXIT) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded()
990 ACTION_HOVER_EXIT, in sendHoverExitAndTouchExplorationGestureEndIfNeeded()
1005 if (event != null && event.getActionMasked() == ACTION_HOVER_EXIT) { in sendTouchExplorationGestureStartAndHoverEnterIfNeeded()
1416 ACTION_HOVER_EXIT, in run()
DTouchState.java151 case MotionEvent.ACTION_HOVER_EXIT: in onInjectedMotionEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java156 return MotionEvent.ACTION_HOVER_EXIT; in stringToAction()
/frameworks/base/core/java/android/widget/
DMenuPopupWindow.java166 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
DDropDownListView.java122 if (action == MotionEvent.ACTION_HOVER_EXIT && mResolveHoverRunnable == null) { in onHoverEvent()
DNumberPicker.java1118 case MotionEvent.ACTION_HOVER_EXIT: { in dispatchHoverEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAutoclickController.java135 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java148 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
DExploreByTouchHelper.java150 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
DPointerLocationView.java527 case MotionEvent.ACTION_HOVER_EXIT: in logCoords()
DLockPatternView.java913 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java476 case MotionEvent.ACTION_HOVER_EXIT: in onTouch()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipTouchHandler.java614 case MotionEvent.ACTION_HOVER_EXIT: { in handleTouchEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1179 case MotionEvent.ACTION_HOVER_EXIT: {
/frameworks/base/core/api/
Dcurrent.txt47997 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32974 field public static final int ACTION_HOVER_EXIT = 10; // 0xa