Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java62 return controller.getAnimationProgress();
155 scaleY = 1 - getAnimationProgress(); in onProgressUpdated()
204 if (getAnimationProgress() > 0 && getAnimationProgress() < 1) { in onChildAttached()
206 onProgressUpdated(getAnimationProgress()); in onChildAttached()
296 private float getAnimationProgress() { in getAnimationProgress() method in RecyclerViewAnimationController