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.java92 mCanIntercept = canInterceptTouch(ev); in onControllerInterceptTouchEvent()
163 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in StatusBarTouchController
DPortraitStatesTouchController.java58 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitStatesTouchController
78 if (!mOverviewPortraitStateTouchHelper.canInterceptTouch(ev)) { in canInterceptTouch()
DPortraitOverviewStateTouchHelper.java50 boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitOverviewStateTouchHelper
DNavBarToHomeTouchController.java96 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
112 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NavBarToHomeTouchController
DTaskViewTouchController.java100 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in TaskViewTouchController
145 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
DNoButtonNavbarToOverviewTouchController.java106 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonNavbarToOverviewTouchController
117 return super.canInterceptTouch(ev) && !mLauncher.isInState(HINT_STATE); in canInterceptTouch()
DTwoButtonNavbarTouchController.java61 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in TwoButtonNavbarTouchController
DNoButtonQuickSwitchTouchController.java141 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
164 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonQuickSwitchTouchController
DQuickSwitchTouchController.java72 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in QuickSwitchTouchController
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java87 protected abstract boolean canInterceptTouch(MotionEvent ev); in canInterceptTouch() method in AbstractStateChangeTouchController
92 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
DAllAppsSwipeController.java149 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsSwipeController
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java297 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsEduView.AllAppsEduTouchController