/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | LiftToActivateListener.java | 52 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | MotionEventCompat.java | 96 public static final int ACTION_HOVER_EXIT = 10; field in MotionEventCompat
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 860 if (event != null && event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 865 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags); in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 877 if (event != null && event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() 1272 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT, in run() 1366 case MotionEvent.ACTION_HOVER_EXIT: { in onMotionEvent()
|
D | AutoclickController.java | 157 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | TooltipCompatHandler.java | 132 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
|
D | MenuPopupWindow.java | 199 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
|
D | AbsActionBarView.java | 129 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
|
D | Toolbar.java | 1496 if (action == MotionEvent.ACTION_HOVER_EXIT || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
|
/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 | 1075 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 | 484 case MotionEvent.ACTION_HOVER_EXIT: in logCoords()
|
D | LockPatternView.java | 869 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 1987 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2077 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2092 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 2106 (action != MotionEvent.ACTION_HOVER_EXIT) && !event.isHoverExitPending(); in dispatchHoverEvent() 2115 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 2125 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 2164 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in exitHoverTargets() 2186 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in cancelHoverTarget() 2236 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent() 2246 event.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchTooltipHoverEvent() [all …]
|
D | InputEventConsistencyVerifier.java | 484 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
|
D | MotionEvent.java | 315 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent 3291 case ACTION_HOVER_EXIT: in actionToString()
|
D | ViewRootImpl.java | 4792 || event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon() 4798 if (event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon() 4879 && action != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdateTooltip() 6684 || action == MotionEvent.ACTION_HOVER_EXIT; in isTerminalInputEvent()
|
D | View.java | 11820 || action == MotionEvent.ACTION_HOVER_EXIT) { 12675 if (action == MotionEvent.ACTION_HOVER_EXIT 12696 case MotionEvent.ACTION_HOVER_EXIT: 26430 case MotionEvent.ACTION_HOVER_EXIT:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
D | PipTouchHandler.java | 388 case MotionEvent.ACTION_HOVER_EXIT: { in handleTouchEvent()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | ExploreByTouchHelper.java | 191 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1167 case MotionEvent.ACTION_HOVER_EXIT: {
|
/frameworks/support/api/ |
D | 22.0.0.txt | 3301 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|
D | 22.1.0.txt | 3517 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|