Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java267 private float getAdjustedContentAlpha(int itemsAnimated) { in getAdjustedContentAlpha() method in RecyclerViewAnimationController
287 view.setAlpha(shouldAnimate ? getAdjustedContentAlpha(numberOfItemsAnimated) : 1f); in setViewAdjustedContentAlpha()