Searched refs:GROW_SHRINK_RATIO (Results 1 – 1 of 1) sorted by relevance
76 private static final float GROW_SHRINK_RATIO = 0.5f; field in ProgressDrawable137 boolean growing = progress < GROW_SHRINK_RATIO; in draw()144 * sInterpolator.getInterpolation(lerpInv(0f, GROW_SHRINK_RATIO, progress)); in draw()149 lerpInv(GROW_SHRINK_RATIO, 1.0f, progress))); in draw()