Searched refs:getAnimationProgress (Results 1 – 1 of 1) sorted by relevance
62 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