Searched refs:getMainRecyclerView (Results 1 – 2 of 2) sorted by relevance
154 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()
211 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