/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | LiftToActivateListener.java | 52 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | TouchExplorer.java | 852 if (event != null && event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 857 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags); in sendHoverExitAndTouchExplorationGestureEndIfNeeded() 869 if (event != null && event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in sendTouchExplorationGestureStartAndHoverEnterIfNeeded() 1259 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT, in run() 1353 case MotionEvent.ACTION_HOVER_EXIT: { in onMotionEvent()
|
D | AutoclickController.java | 157 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 | 1073 case MotionEvent.ACTION_HOVER_EXIT: { in dispatchHoverEvent()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskTapPointerEventListener.java | 122 case MotionEvent.ACTION_HOVER_EXIT: in onPointerEvent()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | MotionEventCompat.java | 228 public static final int ACTION_HOVER_EXIT = 10; field in MotionEventCompat
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | MenuPopupWindow.java | 197 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
|
D | AbsActionBarView.java | 133 if (action == MotionEventCompat.ACTION_HOVER_EXIT in onHoverEvent()
|
D | Toolbar.java | 1491 if (action == MotionEvent.ACTION_HOVER_EXIT || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
|
/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 | 855 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputEventConsistencyVerifier.java | 484 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
|
D | MotionEvent.java | 303 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent 3210 case ACTION_HOVER_EXIT: in actionToString()
|
D | ViewGroup.java | 1799 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 1889 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 1901 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 1922 if (action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchHoverEvent() 1932 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 1971 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in exitHoverTargets() 1993 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0); in cancelHoverTarget()
|
D | ViewRootImpl.java | 4449 || event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon() 4455 if (event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) { in maybeUpdatePointerIcon() 6252 || action == MotionEvent.ACTION_HOVER_EXIT; in isTerminalInputEvent()
|
D | View.java | 10019 || action == MotionEvent.ACTION_HOVER_EXIT) { in dispatchGenericMotionEvent() 10836 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent() 10854 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ExploreByTouchHelper.java | 193 case MotionEventCompat.ACTION_HOVER_EXIT: in dispatchHoverEvent()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1185 case MotionEvent.ACTION_HOVER_EXIT: {
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1444 <li>{@link android.view.MotionEvent#ACTION_HOVER_EXIT}</li>
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 1933 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|
D | 22.0.0.txt | 1859 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
|