Searched refs:ACTION_HOVER_EXIT (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DLiftToActivateListener.java52 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java176 public static final int ACTION_HOVER_EXIT = 10; field in class:MotionEventCompat
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java870 if (event != null && event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) {
875 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags);
887 if (event != null && event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) {
1473 + " ACTION_HOVER_EXIT");
1475 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT,
1569 case MotionEvent.ACTION_HOVER_EXIT: {
/frameworks/support/v4/java/android/support/v4/widget/
H A DExploreByTouchHelper.java144 case MotionEventCompat.ACTION_HOVER_EXIT:
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java478 case MotionEvent.ACTION_HOVER_EXIT:
481 problem("ACTION_HOVER_EXIT without prior ACTION_HOVER_ENTER");
H A DViewGroup.java1480 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) {
1566 if (action == MotionEvent.ACTION_HOVER_EXIT) {
1578 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT);
1599 if (action == MotionEvent.ACTION_HOVER_EXIT) {
1609 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT);
1648 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0);
1670 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0);
H A DMotionEvent.java302 public static final int ACTION_HOVER_EXIT = 10; field in class:MotionEvent
1732 * {@link #ACTION_HOVER_ENTER}, {@link #ACTION_HOVER_EXIT}, or {@link #ACTION_SCROLL}
3032 case ACTION_HOVER_EXIT:
3033 return "ACTION_HOVER_EXIT";
H A DView.java7755 || action == MotionEvent.ACTION_HOVER_EXIT) {
8434 * or {@link MotionEvent#ACTION_HOVER_EXIT}.
8441 * <li>The view receives a hover event with action {@link MotionEvent#ACTION_HOVER_EXIT}
8477 if (action == MotionEvent.ACTION_HOVER_EXIT
8495 case MotionEvent.ACTION_HOVER_EXIT:
H A DViewRootImpl.java5549 || action == MotionEvent.ACTION_HOVER_EXIT;
/frameworks/base/core/java/com/android/internal/widget/
H A DWaveView.java481 case MotionEvent.ACTION_HOVER_EXIT:
H A DLockPatternView.java632 case MotionEvent.ACTION_HOVER_EXIT:
H A DPointerLocationView.java482 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java950 case MotionEvent.ACTION_HOVER_EXIT:
H A DMultiWaveView.java922 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1171 case MotionEvent.ACTION_HOVER_EXIT: {
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1024 case MotionEvent.ACTION_HOVER_EXIT: {

Completed in 457 milliseconds