Home
last modified time | relevance | path

Searched refs:shouldContainerScroll (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeStatesTouchController.java48 return mLauncher.getAppsView().shouldContainerScroll(ev); in canInterceptTouch()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DOverviewToAllAppsTouchController.java54 return mLauncher.getAppsView().shouldContainerScroll(ev); in canInterceptTouch()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java125 public boolean shouldContainerScroll(MotionEvent ev, View eventSource) { in shouldContainerScroll() method in BaseRecyclerView
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java43 if (mLauncher.isInState(ALL_APPS) && !mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java180 public boolean shouldContainerScroll(MotionEvent ev) { in shouldContainerScroll() method in AllAppsContainerView
194 return rv.shouldContainerScroll(ev, mLauncher.getDragLayer()); in shouldContainerScroll()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsFullSheet.java217 mNoIntercept = !mRecyclerView.shouldContainerScroll(ev, getPopupContainer()); in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java111 if (!mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()