Searched refs:GROW_SHRINK_RATIO (Results 1 – 1 of 1) sorted by relevance
69 private static final float GROW_SHRINK_RATIO = 0.5f; field in ProgressDrawable122 growing = progress < GROW_SHRINK_RATIO; in draw()127 lerpInv(0f, GROW_SHRINK_RATIO, progress)); in draw()130 lerpInv(GROW_SHRINK_RATIO, 1.0f, progress))); in draw()