Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java196 getRecyclerView().setChildAttachedConsumer(this::onChildAttached); in animateToState()
DAllAppsRecyclerView.java294 protected void setChildAttachedConsumer(@Nullable Consumer<View> childAttachedConsumer) { in setChildAttachedConsumer() method in AllAppsRecyclerView
DPrivateProfileManager.java211 getMainRecyclerView().setChildAttachedConsumer(null); in reset()
633 getMainRecyclerView().setChildAttachedConsumer(child -> child.setAlpha(1)); in updatePrivateStateAnimator()