Searched refs:shouldContainerScroll (Results 1 – 7 of 7) sorted by relevance
48 return mLauncher.getAppsView().shouldContainerScroll(ev); in canInterceptTouch()
54 return mLauncher.getAppsView().shouldContainerScroll(ev); in canInterceptTouch()
125 public boolean shouldContainerScroll(MotionEvent ev, View eventSource) { in shouldContainerScroll() method in BaseRecyclerView
43 if (mLauncher.isInState(ALL_APPS) && !mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()
180 public boolean shouldContainerScroll(MotionEvent ev) { in shouldContainerScroll() method in AllAppsContainerView194 return rv.shouldContainerScroll(ev, mLauncher.getDragLayer()); in shouldContainerScroll()
217 mNoIntercept = !mRecyclerView.shouldContainerScroll(ev, getPopupContainer()); in onControllerInterceptTouchEvent()
111 if (!mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()