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