/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LiftToActivateListener.java | 53 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/ |
D | TouchExplorerTest.java | 22 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/ |
D | TouchDelegate.java | 195 case MotionEvent.ACTION_HOVER_EXIT: in onTouchExplorationHoverEvent()
|
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() 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 …]
|
D | InputEventConsistencyVerifier.java | 488 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
|
D | MotionEvent.java | 331 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent 3665 case ACTION_HOVER_EXIT: in actionToString()
|
D | View.java | 14649 || 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()
|
D | ViewRootImpl.java | 6360 || 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/ |
D | TaskTapPointerEventListener.java | 125 case MotionEvent.ACTION_HOVER_EXIT: { in onPointerEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | TouchExplorer.java | 22 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()
|
D | TouchState.java | 151 case MotionEvent.ACTION_HOVER_EXIT: in onInjectedMotionEvent()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | GestureLogParser.java | 156 return MotionEvent.ACTION_HOVER_EXIT; in stringToAction()
|
/frameworks/base/core/java/android/widget/ |
D | MenuPopupWindow.java | 166 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
|
D | DropDownListView.java | 122 if (action == MotionEvent.ACTION_HOVER_EXIT && mResolveHoverRunnable == null) { in onHoverEvent()
|
D | NumberPicker.java | 1118 case MotionEvent.ACTION_HOVER_EXIT: { in dispatchHoverEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AutoclickController.java | 135 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | AbsActionBarView.java | 148 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
|
D | ExploreByTouchHelper.java | 150 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
|
D | PointerLocationView.java | 527 case MotionEvent.ACTION_HOVER_EXIT: in logCoords()
|
D | LockPatternView.java | 913 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 476 case MotionEvent.ACTION_HOVER_EXIT: in onTouch()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchHandler.java | 614 case MotionEvent.ACTION_HOVER_EXIT: { in handleTouchEvent()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1179 case MotionEvent.ACTION_HOVER_EXIT: {
|
/frameworks/base/core/api/ |
D | current.txt | 47997 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32974 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|