Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplKeyboardFocusTest.java52 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsFocusApp()
71 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsExitSearchAndFocusApp()
90 launcher -> launcher.getAppsView().getActiveRecyclerView() in testAllAppsExitSearchAndFocusSearchResults()
102 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild() in testAllAppsExitSearchAndFocusSearchResults()
DPrivateProfileManagerTest.java115 when(mAllApps.getActiveRecyclerView()).thenReturn(mAllAppsRecyclerView); in setUp()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java113 return controller.mAppsView.getActiveRecyclerView().getTranslationY();
122 controller.mAppsView.getActiveRecyclerView().setTranslationY(translation);
127 controller.mAppsView.getActiveRecyclerView().setTranslationY(
141 return controller.mAppsView.getActiveRecyclerView().getAlpha();
150 controller.mAppsView.getActiveRecyclerView().setAlpha(alpha);
155 controller.mAppsView.getActiveRecyclerView().setAlpha(
301 AllAppsRecyclerView rv = mLauncher.getAppsView().getActiveRecyclerView(); in onScaleProgressChanged()
DPrivateProfileManager.java428 AllAppsRecyclerView allAppsRecyclerView = mAllApps.getActiveRecyclerView(); in collapse()
527 RecyclerViewFastScroller scrollBar = mAllApps.getActiveRecyclerView().getScrollbar(); in animateCollapseAnimation()
554 AllAppsRecyclerView allAppsRecyclerView = mAllApps.getActiveRecyclerView(); in animateAlphaOfIcons()
556 mAllApps.getActiveRecyclerView().getApps().getAdapterItems(); in animateAlphaOfIcons()
619 mAllApps.getActiveRecyclerView()); in updatePrivateStateAnimator()
638 mAllApps.getActiveRecyclerView()); in updatePrivateStateAnimator()
672 AllAppsRecyclerView allAppsRecyclerView = mAllApps.getActiveRecyclerView(); in animateAlphaOfPrivateSpaceContainer()
DFloatingMaskView.java58 mActivityContext.getAppsView().getActiveRecyclerView(); in onLayout()
DActivityAllAppsContainerView.java236 if (hasFocus && getActiveRecyclerView() != null) { in ActivityAllAppsContainerView()
237 getActiveRecyclerView().requestFocus(); in ActivityAllAppsContainerView()
440 AllAppsRecyclerView rv = getActiveRecyclerView(); in shouldContainerScroll()
1049 AllAppsRecyclerView rv = getActiveRecyclerView(); in onInterceptTouchEvent()
1070 AllAppsRecyclerView rv = getActiveRecyclerView(); in onTouchEvent()
1092 public AllAppsRecyclerView getActiveRecyclerView() { in getActiveRecyclerView() method in ActivityAllAppsContainerView
/packages/apps/Launcher3/tests/src/com/android/launcher3/
DLauncherIntentTest.java69 launcher -> launcher.getAppsView().getActiveRecyclerView() in moveToSearchView()
82 launcher -> !(launcher.getAppsView().getActiveRecyclerView() in assertOnMainAdapterAToZView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsController.java223 return mAppsView.getActiveRecyclerView().getClipBounds().top; in getTaskbarAllAppsTopPadding()
229 return mAppsView.getActiveRecyclerView().computeVerticalScrollOffset(); in getTaskbarAllAppsScroll()
/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/src/com/android/launcher3/testing/
DTestInformationHandler.java162 l -> l.getAppsView().getActiveRecyclerView().computeVerticalScrollOffset()); in call()
322 l -> l.getAppsView().getActiveRecyclerView().getClipBounds().top); in call()
328 - l.getAppsView().getActiveRecyclerView().getBottom() in call()
329 + l.getAppsView().getActiveRecyclerView().getPaddingBottom()); in call()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java187 View workPausedCard = allApps.getActiveRecyclerView() in toggleWorks()
215 ViewHolder holder = l.getAppsView().getActiveRecyclerView() in waitForWorkCard()
DAbstractLauncherUiTest.java663 return launcher.getAppsView().getActiveRecyclerView().computeVerticalScrollOffset(); in getAllAppsScroll()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2449 AllAppsRecyclerView activeRecyclerView = mAppsView.getActiveRecyclerView();