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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLiftToActivateListener.java52 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java91 * Synonym for {@link MotionEvent#ACTION_HOVER_EXIT}.
93 * @deprecated Use {@link MotionEvent#ACTION_HOVER_EXIT} directly.
96 public static final int ACTION_HOVER_EXIT = 10; field in class:MotionEventCompat
/frameworks/base/core/java/android/widget/
H A DMenuPopupWindow.java166 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) {
H A DDropDownListView.java122 if (action == MotionEvent.ACTION_HOVER_EXIT && mResolveHoverRunnable == null) {
H A DNumberPicker.java1075 case MotionEvent.ACTION_HOVER_EXIT: {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTooltipCompatHandler.java132 case MotionEvent.ACTION_HOVER_EXIT:
H A DAbsActionBarView.java129 if (action == MotionEvent.ACTION_HOVER_EXIT
H A DMenuPopupWindow.java199 if (ev.getAction() != MotionEvent.ACTION_HOVER_EXIT) {
H A DToolbar.java1496 if (action == MotionEvent.ACTION_HOVER_EXIT || action == MotionEvent.ACTION_CANCEL) {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java860 if (event != null && event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) {
865 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags);
877 if (event != null && event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) {
1270 + " ACTION_HOVER_EXIT");
1272 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT,
1366 case MotionEvent.ACTION_HOVER_EXIT: {
H A DAutoclickController.java157 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/core/java/com/android/internal/widget/
H A DAbsActionBarView.java147 if (action == MotionEvent.ACTION_HOVER_EXIT
H A DExploreByTouchHelper.java150 case MotionEvent.ACTION_HOVER_EXIT:
H A DPointerLocationView.java484 case MotionEvent.ACTION_HOVER_EXIT:
H A DLockPatternView.java869 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/core/java/android/view/
H A DViewGroup.java1987 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) {
2077 if (action == MotionEvent.ACTION_HOVER_EXIT) {
2092 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT);
2106 (action != MotionEvent.ACTION_HOVER_EXIT) && !event.isHoverExitPending();
2115 if (action == MotionEvent.ACTION_HOVER_EXIT) {
2125 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT);
2164 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0);
2186 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0);
2236 event.setAction(MotionEvent.ACTION_HOVER_EXIT);
2246 event.setAction(MotionEvent.ACTION_HOVER_EXIT);
[all...]
H A DInputEventConsistencyVerifier.java484 case MotionEvent.ACTION_HOVER_EXIT:
487 problem("ACTION_HOVER_EXIT without prior ACTION_HOVER_ENTER");
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";
H A DViewRootImpl.java4792 || event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) {
4798 if (event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) {
4879 && action != MotionEvent.ACTION_HOVER_EXIT) {
6684 || action == MotionEvent.ACTION_HOVER_EXIT;
H A DView.java11820 || action == MotionEvent.ACTION_HOVER_EXIT) {
12632 * or {@link MotionEvent#ACTION_HOVER_EXIT}.
12639 * <li>The view receives a hover event with action {@link MotionEvent#ACTION_HOVER_EXIT}
12675 if (action == MotionEvent.ACTION_HOVER_EXIT
12696 case MotionEvent.ACTION_HOVER_EXIT:
26430 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipTouchHandler.java388 case MotionEvent.ACTION_HOVER_EXIT: {
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DExploreByTouchHelper.java191 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1167 case MotionEvent.ACTION_HOVER_EXIT: {

Completed in 991 milliseconds