Home
last modified time | relevance | path

Searched refs:getActiveRecyclerView (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java186 AllAppsRecyclerView rv = getActiveRecyclerView(); in shouldContainerScroll()
205 AllAppsRecyclerView rv = getActiveRecyclerView(); in onInterceptTouchEvent()
241 public AllAppsRecyclerView getActiveRecyclerView() { in getActiveRecyclerView() method in AllAppsContainerView
272 if (hasFocus && getActiveRecyclerView() != null) { in onFinishInflate()
273 getActiveRecyclerView().requestFocus(); in onFinishInflate()
460 return mViewPager == null ? getActiveRecyclerView() : mViewPager; in getContentView()
464 AllAppsRecyclerView rv = getActiveRecyclerView(); in getScrollBar()
620 getActiveRecyclerView().getCurrentScrollY()))) { in performAccessibilityAction()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java114 int rowWidth = myRequestedWidth - mAppsView.getActiveRecyclerView().getPaddingLeft() in onMeasure()
115 - mAppsView.getActiveRecyclerView().getPaddingRight(); in onMeasure()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java388 return launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in getAllAppsScroll()