Searched refs:ACTION_OUTSIDE (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java113 if (action == MotionEvent.ACTION_OUTSIDE) {
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java325 || action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_OUTSIDE;
386 case MotionEvent.ACTION_OUTSIDE:
388 problem("ACTION_OUTSIDE but pointers are still down.");
H A DMotionEvent.java223 public static final int ACTION_OUTSIDE = 4; field in class:MotionEvent
3024 case ACTION_OUTSIDE:
3025 return "ACTION_OUTSIDE";
H A DVolumePanel.java279 if (isShowing() && event.getAction() == MotionEvent.ACTION_OUTSIDE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java79 if (action == MotionEvent.ACTION_OUTSIDE
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java334 case MotionEvent.ACTION_OUTSIDE:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java118 if (mDeadZone != null && event.getAction() == MotionEvent.ACTION_OUTSIDE) {
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java1604 } else if (event.getAction() == MotionEvent.ACTION_OUTSIDE) {
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java431 case MotionEvent.ACTION_OUTSIDE:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java687 if (action == MotionEvent.ACTION_OUTSIDE
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java1287 case MotionEvent.ACTION_OUTSIDE:

Completed in 153 milliseconds