Home
last modified time | relevance | path

Searched refs:ACTION_OUTSIDE (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarFrame.java17 import static android.view.MotionEvent.ACTION_OUTSIDE;
52 if (event.getAction() == ACTION_OUTSIDE) { in dispatchTouchEvent()
DAutoHideController.java196 && event.getAction() == MotionEvent.ACTION_OUTSIDE // touch outside the source bar. in checkUserAutoHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeadZone.java130 if (action == MotionEvent.ACTION_OUTSIDE) { in onTouchEvent()
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java333 || action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_OUTSIDE; in onTouchEvent()
394 case MotionEvent.ACTION_OUTSIDE: in onTouchEvent()
DMotionEvent.java250 public static final int ACTION_OUTSIDE = 4; field in MotionEvent
3512 case ACTION_OUTSIDE: in actionToString()
DWindow.java1305 || event.getAction() == MotionEvent.ACTION_OUTSIDE; in shouldCloseOnTouch()
DAccessibilityInteractionController.java771 final MotionEvent event = MotionEvent.obtain(now, now, MotionEvent.ACTION_OUTSIDE, in notifyOutsideTouchUiThread()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleTouchHandler.java92 if (action == MotionEvent.ACTION_OUTSIDE || mTouchedView == null) { in onTouch()
/frameworks/base/core/java/android/service/autofill/augmented/
DFillWindow.java143 if (motionEvent.getAction() == MotionEvent.ACTION_OUTSIDE) { in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivity.java279 case MotionEvent.ACTION_OUTSIDE: in dispatchTouchEvent()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/volume/
DCarVolumeDialogImpl.java566 if (event.getAction() == MotionEvent.ACTION_OUTSIDE) { in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java515 if (event.getAction() == MotionEvent.ACTION_OUTSIDE // touch outside the source bar in checkRemoteInputOutside()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java602 case MotionEvent.ACTION_OUTSIDE: in onTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java499 case MotionEvent.ACTION_OUTSIDE: in logCoords()
/frameworks/base/core/java/android/widget/
DPopupWindow.java2565 } else if (event.getAction() == MotionEvent.ACTION_OUTSIDE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java1364 if (event.getAction() == MotionEvent.ACTION_OUTSIDE) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32978 field public static final int ACTION_OUTSIDE = 4; // 0x4
/frameworks/base/non-updatable-api/
Dcurrent.txt51014 field public static final int ACTION_OUTSIDE = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt51158 field public static final int ACTION_OUTSIDE = 4; // 0x4