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

/frameworks/support/compat/src/main/java/androidx/core/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.java319 public static final int ACTION_HOVER_EXIT = 10; field in class:MotionEvent
452 * this event will be immediately followed by a {@link #ACTION_HOVER_EXIT}. It is used to
1930 * {@link #ACTION_HOVER_ENTER}, {@link #ACTION_HOVER_EXIT}, or {@link #ACTION_SCROLL}
3306 case ACTION_HOVER_EXIT:
3307 return "ACTION_HOVER_EXIT";

Completed in 96 milliseconds