/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | StatusBarTouchController.java | 92 mCanIntercept = canInterceptTouch(ev); in onControllerInterceptTouchEvent() 163 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in StatusBarTouchController
|
D | PortraitStatesTouchController.java | 58 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitStatesTouchController 78 if (!mOverviewPortraitStateTouchHelper.canInterceptTouch(ev)) { in canInterceptTouch()
|
D | PortraitOverviewStateTouchHelper.java | 50 boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in PortraitOverviewStateTouchHelper
|
D | NavBarToHomeTouchController.java | 96 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent() 112 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NavBarToHomeTouchController
|
D | TaskViewTouchController.java | 100 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in TaskViewTouchController 145 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
|
D | NoButtonNavbarToOverviewTouchController.java | 106 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonNavbarToOverviewTouchController 117 return super.canInterceptTouch(ev) && !mLauncher.isInState(HINT_STATE); in canInterceptTouch()
|
D | TwoButtonNavbarTouchController.java | 61 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in TwoButtonNavbarTouchController
|
D | NoButtonQuickSwitchTouchController.java | 141 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent() 164 private boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in NoButtonQuickSwitchTouchController
|
D | QuickSwitchTouchController.java | 72 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in QuickSwitchTouchController
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | AbstractStateChangeTouchController.java | 87 protected abstract boolean canInterceptTouch(MotionEvent ev); in canInterceptTouch() method in AbstractStateChangeTouchController 92 mNoIntercept = !canInterceptTouch(ev); in onControllerInterceptTouchEvent()
|
D | AllAppsSwipeController.java | 149 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsSwipeController
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 297 protected boolean canInterceptTouch(MotionEvent ev) { in canInterceptTouch() method in AllAppsEduView.AllAppsEduTouchController
|