Searched refs:ACTION_HOVER_EXIT (Results 1 – 22 of 22) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LiftToActivateListener.java | 52 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 195 case MotionEvent.ACTION_HOVER_EXIT: in onTouchExplorationHoverEvent()
|
D | ViewGroup.java | 2082 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2172 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2187 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 2201 (action != MotionEvent.ACTION_HOVER_EXIT) && !event.isHoverExitPending(); in dispatchHoverEvent() 2210 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2220 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 2259 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in exitHoverTargets() 2281 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in cancelHoverTarget() 2331 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent() 2341 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent() [all …]
|
D | InputEventConsistencyVerifier.java | 488 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
|
D | MotionEvent.java | 329 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent 3522 case ACTION_HOVER_EXIT: in actionToString()
|
D | ViewRootImpl.java | 5668 || event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon() 5674 if (event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon() 5761 && action != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdateTooltip() 7719 || action == MotionEvent.ACTION_HOVER_EXIT; in isTerminalInputEvent()
|
D | View.java | 14066 || action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchGenericMotionEvent() 14953 if (action == MotionEvent.ACTION_HOVER_EXIT in dispatchTouchExplorationHoverEvent() 14980 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTouchExplorationHoverEvent() 14989 case MotionEvent.ACTION_HOVER_EXIT: in dispatchTouchExplorationHoverEvent() 15052 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent() 15073 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent() 29692 case MotionEvent.ACTION_HOVER_EXIT: in dispatchTooltipHoverEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskTapPointerEventListener.java | 103 case MotionEvent.ACTION_HOVER_EXIT: { in onPointerEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 880 if (event != null && event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 885 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags); in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 897 if (event != null && event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() 1286 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT, in run() 1393 case MotionEvent.ACTION_HOVER_EXIT: { in onMotionEvent()
|
D | AutoclickController.java | 135 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
|
/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/core/java/com/android/internal/widget/ |
D | AbsActionBarView.java | 147 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
|
D | ExploreByTouchHelper.java | 150 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
|
D | PointerLocationView.java | 524 case MotionEvent.ACTION_HOVER_EXIT: in logCoords()
|
D | LockPatternView.java | 911 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchHandler.java | 419 case MotionEvent.ACTION_HOVER_EXIT: {
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1179 case MotionEvent.ACTION_HOVER_EXIT: {
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32974 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 51010 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|
/frameworks/base/api/ |
D | current.txt | 51154 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|