Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRatingBar.java288 final float progressInStars = progress / ratio; in updateSecondaryProgress() local
289 final int secondaryProgress = (int) (Math.ceil(progressInStars) * ratio); in updateSecondaryProgress()