Home
last modified time | relevance | path

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

/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/touch/
DAllAppsSwipeController.java56 if (mLauncher.isInState(ALL_APPS) && !mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java132 public boolean shouldContainerScroll(MotionEvent ev, View eventSource) { in shouldContainerScroll() method in BaseRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java209 public boolean shouldContainerScroll(MotionEvent ev) { in shouldContainerScroll() method in AllAppsContainerView
223 return rv.shouldContainerScroll(ev, mLauncher.getDragLayer()); in shouldContainerScroll()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsFullSheet.java225 mNoIntercept = !mRecyclerView.shouldContainerScroll(ev, getPopupContainer()); in onControllerInterceptTouchEvent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java113 if (!mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()