Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java132 setViewAdjustedContentAlpha(currentViewGroup.getChildAt(j), numItemsAnimated, in onProgressUpdated()
140 setViewAdjustedContentAlpha(currentView, numItemsAnimated, shouldAnimate); in onProgressUpdated()
285 private void setViewAdjustedContentAlpha(View view, int numberOfItemsAnimated, in setViewAdjustedContentAlpha() method in RecyclerViewAnimationController