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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java207 * Synonym for {@link MotionEvent#ACTION_HOVER_EXIT}.
209 public static final int ACTION_HOVER_EXIT = 10; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java303 public static final int ACTION_HOVER_EXIT = 10; field in class:MotionEvent
1796 * {@link #ACTION_HOVER_ENTER}, {@link #ACTION_HOVER_EXIT}, or {@link #ACTION_SCROLL}
3145 case ACTION_HOVER_EXIT:
3146 return "ACTION_HOVER_EXIT";

Completed in 157 milliseconds