Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java111 return controller.mAppsView.getActiveRecyclerView().getTranslationY();
120 controller.mAppsView.getActiveRecyclerView().setTranslationY(translation);
125 controller.mAppsView.getActiveRecyclerView().setTranslationY(
139 return controller.mAppsView.getActiveRecyclerView().getAlpha();
148 controller.mAppsView.getActiveRecyclerView().setAlpha(alpha);
153 controller.mAppsView.getActiveRecyclerView().setAlpha(
296 AllAppsRecyclerView rv = mLauncher.getAppsView().getActiveRecyclerView(); in onScaleProgressChanged()
DActivityAllAppsContainerView.java198 if (hasFocus && getActiveRecyclerView() != null) { in ActivityAllAppsContainerView()
199 getActiveRecyclerView().requestFocus(); in ActivityAllAppsContainerView()
362 AllAppsRecyclerView rv = getActiveRecyclerView(); in shouldContainerScroll()
854 AllAppsRecyclerView rv = getActiveRecyclerView(); in onInterceptTouchEvent()
875 AllAppsRecyclerView rv = getActiveRecyclerView(); in onTouchEvent()
897 public AllAppsRecyclerView getActiveRecyclerView() { in getActiveRecyclerView() method in ActivityAllAppsContainerView
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java117 l -> l.getAppsView().getActiveRecyclerView().computeVerticalScrollOffset()); in call()
237 l -> l.getAppsView().getActiveRecyclerView().getClipBounds().top); in call()
243 - l.getAppsView().getActiveRecyclerView().getBottom() in call()
244 + l.getAppsView().getActiveRecyclerView().getPaddingBottom()); in call()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java103 int rowWidth = myRequestedWidth - mAppsView.getActiveRecyclerView().getPaddingLeft() in onMeasure()
104 - mAppsView.getActiveRecyclerView().getPaddingRight(); in onMeasure()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DWorkProfileTest.java166 View workPausedCard = allApps.getActiveRecyclerView() in toggleWorks()
193 ViewHolder holder = l.getAppsView().getActiveRecyclerView() in waitForWorkCard()
DAbstractLauncherUiTest.java535 return launcher.getAppsView().getActiveRecyclerView().computeVerticalScrollOffset(); in getAllAppsScroll()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsController.java142 return mAppsView.getActiveRecyclerView().getClipBounds().top; in getTaskbarAllAppsTopPadding()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2851 AllAppsRecyclerView activeRecyclerView = mAppsView.getActiveRecyclerView();