Home
last modified time | relevance | path

Searched refs:getMainRecyclerView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DPrivateProfileManagerTest.java154 doReturn(mAllAppsRecyclerView).when(privateProfileManager).getMainRecyclerView(); in quietModeFlagPresent_privateSpaceIsResetToDisabled()
173 doReturn(mAllAppsRecyclerView).when(privateProfileManager).getMainRecyclerView(); in transitioningToUnlocked_resetCallsPostUnlock()
191 doReturn(mAllAppsRecyclerView).when(privateProfileManager).getMainRecyclerView(); in transitioningToLocked_resetCallsExecuteLock()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java211 getMainRecyclerView().setChildAttachedConsumer(null); in reset()
633 getMainRecyclerView().setChildAttachedConsumer(child -> child.setAlpha(1)); in updatePrivateStateAnimator()
646 getMainRecyclerView().getAdapter().notifyDataSetChanged(); in updatePrivateStateAnimator()
832 return mFloatingMaskViewCornerRadius + getMainRecyclerView().getPaddingBottom(); in getFloatingMaskViewHeight()
835 AllAppsRecyclerView getMainRecyclerView() { in getMainRecyclerView() method in PrivateProfileManager