/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
H A D | StatusBarTouchController.java | 89 mCanIntercept = canInterceptTouch(ev); in onControllerInterceptTouchEvent() 153 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in StatusBarTouchController
|
H A D | PortraitStatesTouchController.java | 80 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitStatesTouchController 100 if (!mOverviewPortraitStateTouchHelper.canInterceptTouch(ev)) { in canInterceptTouch()
|
H A D | NoButtonNavbarToOverviewTouchController.java | 84 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonNavbarToOverviewTouchController 86 return super.canInterceptTouch(ev); in canInterceptTouch()
|
H A D | PortraitOverviewStateTouchHelper.java | 50 boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitOverviewStateTouchHelper
|
H A D | NavBarToHomeTouchController.java | 86 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent() 102 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NavBarToHomeTouchController
|
H A D | TaskViewTouchController.java | 98 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in TaskViewTouchController 142 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
|
H A D | TwoButtonNavbarTouchController.java | 63 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in TwoButtonNavbarTouchController
|
H A D | NoButtonQuickSwitchTouchController.java | 131 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent() 154 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonQuickSwitchTouchController
|
H A D | QuickSwitchTouchController.java | 71 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in QuickSwitchTouchController
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | AbstractStateChangeTouchController.java | 83 protected abstract boolean canInterceptTouch(MotionEvent ev); in canInterceptTouch() method in AbstractStateChangeTouchController 88 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
|
H A D | AllAppsSwipeController.java | 50 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsSwipeController
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
H A D | AllAppsEduView.java | 297 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsEduView.AllAppsEduTouchController
|