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.java100 mCanIntercept = canInterceptTouch(ev); in onControllerInterceptTouchEvent()
156 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in StatusBarTouchController
DPortraitStatesTouchController.java92 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitStatesTouchController
117 if (!mOverviewPortraitStateTouchHelper.canInterceptTouch(ev)) { in canInterceptTouch()
DLandscapeEdgeSwipeController.java31 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in LandscapeEdgeSwipeController
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonNavbarToOverviewTouchController.java89 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonNavbarToOverviewTouchController
91 return super.canInterceptTouch(ev); in canInterceptTouch()
DTaskViewTouchController.java85 private boolean canInterceptTouch() { in canInterceptTouch() method in TaskViewTouchController
121 mNoIntercept = !canInterceptTouch(); in onControllerInterceptTouchEvent()
DNavBarToHomeTouchController.java87 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
103 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NavBarToHomeTouchController
DPortraitOverviewStateTouchHelper.java50 boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitOverviewStateTouchHelper
DOverviewToAllAppsTouchController.java44 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in OverviewToAllAppsTouchController
DNoButtonQuickSwitchTouchController.java134 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
157 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonQuickSwitchTouchController
DQuickSwitchTouchController.java70 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in QuickSwitchTouchController
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java41 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsSwipeController
DAbstractStateChangeTouchController.java120 protected abstract boolean canInterceptTouch(MotionEvent ev); in canInterceptTouch() method in AbstractStateChangeTouchController
125 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()