Searched refs:stepSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRatingBar.java93 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1);
100 if (stepSize >= 0) {
101 setStepSize(stepSize);
209 * @param stepSize The step size of this rating bar. For example, if
212 public void setStepSize(float stepSize) { argument
213 if (stepSize <= 0) {
217 final float newMax = mNumStars / stepSize;
/frameworks/wilhelm/src/itf/
H A DIPlaybackRate.c166 SLpermille stepSize = thiz->mStepSize; local
170 *pStepSize = stepSize;
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestSlowDownUri.cpp71 SLpermille minRate, maxRate, stepSize, rate = 1000; local
76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa);
308 SLpermille minRate, maxRate, stepSize; local
310 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize, &capabilities);

Completed in 141 milliseconds