Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationBarFrame.java19 import static android.view.MotionEvent.ACTION_OUTSIDE;
55 if (event.getAction() == ACTION_OUTSIDE) { in dispatchTouchEvent()
H A DDeadZone.java144 if (action == MotionEvent.ACTION_OUTSIDE) { in onTouchEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarFrame.java19 import static android.view.MotionEvent.ACTION_OUTSIDE;
54 if (event.getAction() == ACTION_OUTSIDE) { in dispatchTouchEvent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoHideController.java162 && event.getAction() == MotionEvent.ACTION_OUTSIDE // touch outside the source bar. in checkUserAutoHide()
H A DStatusBarKeyguardViewManager.java1533 event.getActionMasked() == MotionEvent.ACTION_OUTSIDE in onTouch()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java146 return MotionEvent.ACTION_OUTSIDE; in stringToAction()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DDeadZone.java148 if (action == MotionEvent.ACTION_OUTSIDE) { in onTouchEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java333 || action == MotionEvent.ACTION_CANCEL || action == MotionEvent.ACTION_OUTSIDE; in onTouchEvent()
394 case MotionEvent.ACTION_OUTSIDE: in onTouchEvent()
H A DMotionEvent.java254 public static final int ACTION_OUTSIDE = 4; field in MotionEvent
3947 case ACTION_OUTSIDE: in actionToString()
H A DWindow.java1508 || event.getAction() == MotionEvent.ACTION_OUTSIDE; in shouldCloseOnTouch()
H A DAccessibilityInteractionController.java930 final MotionEvent event = MotionEvent.obtain(now, now, MotionEvent.ACTION_OUTSIDE, in notifyOutsideTouchUiThread()
/aosp14/frameworks/base/core/java/android/service/autofill/augmented/
H A DFillWindow.java142 if (motionEvent.getAction() == MotionEvent.ACTION_OUTSIDE) { in update()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingCollectorImpl.java312 if (ev.getActionMasked() == MotionEvent.ACTION_OUTSIDE) { in onTouchEvent()
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/
H A DAccessibilityMenuService.java377 if (event.getAction() == MotionEvent.ACTION_OUTSIDE) { in onTouch()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DFalsingCollectorImplTest.java207 MotionEvent outside = MotionEvent.obtain(0, 0, MotionEvent.ACTION_OUTSIDE, 0, 0, 0); in testIgnoreActionOutside()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java593 if (event.getAction() == MotionEvent.ACTION_OUTSIDE // touch outside the source bar in checkRemoteInputOutside()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java670 case MotionEvent.ACTION_OUTSIDE: in onTouchEvent()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java521 case MotionEvent.ACTION_OUTSIDE: in logCoords()
/aosp14/frameworks/base/core/java/android/widget/
H A DPopupWindow.java2580 } else if (event.getAction() == MotionEvent.ACTION_OUTSIDE) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java2469 if (event.getAction() == MotionEvent.ACTION_OUTSIDE) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51391 field public static final int ACTION_OUTSIDE = 4; // 0x4