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

/frameworks/wilhelm/src/itf/
H A DIPlaybackRate.c166 SLpermille stepSize = thiz->mStepSize; local
170 *pStepSize = stepSize;
/frameworks/base/core/java/android/widget/
H A DRatingBar.java97 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1);
104 if (stepSize >= 0) {
105 setStepSize(stepSize);
213 * @param stepSize The step size of this rating bar. For example, if
216 public void setStepSize(float stepSize) { argument
217 if (stepSize <= 0) {
221 final float newMax = mNumStars / 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);
309 SLpermille minRate, maxRate, stepSize; local
311 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize,

Completed in 123 milliseconds