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

/frameworks/base/policy/src/com/android/internal/policy/impl/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.java238 mSendHoverExitDelayed = new SendHoverDelayed(MotionEvent.ACTION_HOVER_EXIT, false);
937 if (event != null && event.getActionMasked() != MotionEvent.ACTION_HOVER_EXIT) {
942 sendMotionEvent(event, MotionEvent.ACTION_HOVER_EXIT, pointerIdBits, policyFlags);
954 if (event != null && event.getActionMasked() == MotionEvent.ACTION_HOVER_EXIT) {
1648 case MotionEvent.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.java1431 if (!interceptHover && action != MotionEvent.ACTION_HOVER_EXIT) {
1514 if (action == MotionEvent.ACTION_HOVER_EXIT) {
1526 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT);
1547 if (action == MotionEvent.ACTION_HOVER_EXIT) {
1557 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT);
1596 MotionEvent.ACTION_HOVER_EXIT, 0.0f, 0.0f, 0);
1618 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}
3034 case ACTION_HOVER_EXIT:
3035 return "ACTION_HOVER_EXIT";
H A DView.java7304 || action == MotionEvent.ACTION_HOVER_EXIT) {
7994 * or {@link MotionEvent#ACTION_HOVER_EXIT}.
8001 * <li>The view receives a hover event with action {@link MotionEvent#ACTION_HOVER_EXIT}
8037 if (action == MotionEvent.ACTION_HOVER_EXIT
8055 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/core/java/com/android/internal/widget/
H A DWaveView.java481 case MotionEvent.ACTION_HOVER_EXIT:
H A DLockPatternView.java630 case MotionEvent.ACTION_HOVER_EXIT:
H A DPointerLocationView.java456 case MotionEvent.ACTION_HOVER_EXIT:
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java303 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.java994 case MotionEvent.ACTION_HOVER_EXIT: {

Completed in 2465 milliseconds