Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DRatingBar1.java67 final float ratingBarStepSize = ratingBar.getStepSize(); in onRatingChanged() local
68 if (mIndicatorRatingBar.getStepSize() != ratingBarStepSize) { in onRatingChanged()
69 mIndicatorRatingBar.setStepSize(ratingBarStepSize); in onRatingChanged()
70 mSmallRatingBar.setStepSize(ratingBarStepSize); in onRatingChanged()