Searched refs:stepSize (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RatingBar.java | 93 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1); in RatingBar() local 100 if (stepSize >= 0) { in RatingBar() 101 setStepSize(stepSize); in RatingBar() 212 public void setStepSize(float stepSize) { in setStepSize() argument 213 if (stepSize <= 0) { in setStepSize() 217 final float newMax = mNumStars / stepSize; in setStepSize()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/ |
D | RadialPickerLayout.java | 401 int stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE; in snapOnly30s() local 402 int floor = (degrees / stepSize) * stepSize; in snapOnly30s() 403 int ceiling = floor + stepSize; in snapOnly30s() 408 floor -= stepSize; in snapOnly30s() 441 int stepSize; in reselectSelector() local 452 stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE; in reselectSelector() 455 stepSize = MINUTE_VALUE_TO_DEGREES_STEP_SIZE; in reselectSelector() 475 int value = degrees / stepSize; in reselectSelector() 794 int stepSize = 0; in performAccessibilityAction() local 797 stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE; in performAccessibilityAction() [all …]
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestSlowDownUri.cpp | 71 SLpermille minRate, maxRate, stepSize, rate = 1000; in PlayEventCallback() local 76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa); in PlayEventCallback() 309 SLpermille minRate, maxRate, stepSize; in TestSlowDownUri() local 311 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize, in TestSlowDownUri()
|
/frameworks/wilhelm/src/itf/ |
D | IPlaybackRate.c | 166 SLpermille stepSize = thiz->mStepSize; in IPlaybackRate_GetRateRange() local 170 *pStepSize = stepSize; in IPlaybackRate_GetRateRange()
|
/frameworks/base/api/ |
D | current.txt | 1009 field public static final int stepSize = 16843078; // 0x1010146
|