Searched defs:ACTION_HOVER_EXIT (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java90 * Synonym for {@link MotionEvent#ACTION_HOVER_EXIT}.
92 * @deprecated Use {@link MotionEvent#ACTION_HOVER_EXIT} directly.
95 public static final int ACTION_HOVER_EXIT = 10; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java315 public static final int ACTION_HOVER_EXIT = 10; field in class:MotionEvent
448 * this event will be immediately followed by a {@link #ACTION_HOVER_EXIT}. It is used to
1926 * {@link #ACTION_HOVER_ENTER}, {@link #ACTION_HOVER_EXIT}, or {@link #ACTION_SCROLL}
3291 case ACTION_HOVER_EXIT:
3292 return "ACTION_HOVER_EXIT";

Completed in 66 milliseconds