Home
last modified time | relevance | path

Searched refs:canInterceptTouch (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DStatusBarTouchController.java89 mCanIntercept = canInterceptTouch(ev); in onControllerInterceptTouchEvent()
153 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in StatusBarTouchController
H A DPortraitStatesTouchController.java80 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitStatesTouchController
100 if (!mOverviewPortraitStateTouchHelper.canInterceptTouch(ev)) { in canInterceptTouch()
H A DNoButtonNavbarToOverviewTouchController.java84 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonNavbarToOverviewTouchController
86 return super.canInterceptTouch(ev); in canInterceptTouch()
H A DPortraitOverviewStateTouchHelper.java50 boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitOverviewStateTouchHelper
H A DNavBarToHomeTouchController.java86 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
102 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NavBarToHomeTouchController
H A DTaskViewTouchController.java98 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in TaskViewTouchController
142 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
H A DTwoButtonNavbarTouchController.java63 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in TwoButtonNavbarTouchController
H A DNoButtonQuickSwitchTouchController.java131 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
154 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonQuickSwitchTouchController
H A DQuickSwitchTouchController.java71 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in QuickSwitchTouchController
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DAbstractStateChangeTouchController.java83 protected abstract boolean canInterceptTouch(MotionEvent ev); in canInterceptTouch() method in AbstractStateChangeTouchController
88 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
H A DAllAppsSwipeController.java50 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsSwipeController
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DAllAppsEduView.java297 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsEduView.AllAppsEduTouchController