Home
last modified time | relevance | path

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

12

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DLiftToActivateListener.java52 case MotionEvent.ACTION_HOVER_EXIT: in onHover()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DTouchExplorer.java852 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()
DAutoclickController.java157 case MotionEvent.ACTION_HOVER_EXIT: in handleMouseMotion()
/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.java1073 case MotionEvent.ACTION_HOVER_EXIT: { in dispatchHoverEvent()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java122 case MotionEvent.ACTION_HOVER_EXIT: in onPointerEvent()
/frameworks/support/v4/java/android/support/v4/view/
DMotionEventCompat.java228 public static final int ACTION_HOVER_EXIT = 10; field in MotionEventCompat
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DMenuPopupWindow.java197 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) { in onHoverEvent()
DAbsActionBarView.java133 if (action == MotionEventCompat.ACTION_HOVER_EXIT in onHoverEvent()
DToolbar.java1491 if (action == MotionEvent.ACTION_HOVER_EXIT || action == MotionEvent.ACTION_CANCEL) { in onHoverEvent()
/frameworks/base/core/java/com/android/internal/widget/
DAbsActionBarView.java147 if (action == MotionEvent.ACTION_HOVER_EXIT in onHoverEvent()
DExploreByTouchHelper.java150 case MotionEvent.ACTION_HOVER_EXIT: in dispatchHoverEvent()
DPointerLocationView.java484 case MotionEvent.ACTION_HOVER_EXIT: in logCoords()
DLockPatternView.java855 case MotionEvent.ACTION_HOVER_EXIT: in onHoverEvent()
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java484 case MotionEvent.ACTION_HOVER_EXIT: in onGenericMotionEvent()
DMotionEvent.java303 public static final int ACTION_HOVER_EXIT = 10; field in MotionEvent
3210 case ACTION_HOVER_EXIT: in actionToString()
DViewGroup.java1799 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()
DViewRootImpl.java4449 || 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()
DView.java10019 || 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/
DExploreByTouchHelper.java193 case MotionEventCompat.ACTION_HOVER_EXIT: in dispatchHoverEvent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1185 case MotionEvent.ACTION_HOVER_EXIT: {
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1444 <li>{@link android.view.MotionEvent#ACTION_HOVER_EXIT}</li>
/frameworks/support/v4/api/
D22.1.0.txt1933 field public static final int ACTION_HOVER_EXIT = 10; // 0xa
D22.0.0.txt1859 field public static final int ACTION_HOVER_EXIT = 10; // 0xa

12