Home
last modified time | relevance | path

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

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