Searched refs:progressInStars (Results 1 – 1 of 1) sorted by relevance
288 final float progressInStars = progress / ratio; in updateSecondaryProgress() local289 final int secondaryProgress = (int) (Math.ceil(progressInStars) * ratio); in updateSecondaryProgress()