Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRatingBar.java96 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1); in RatingBar() local
103 if (stepSize >= 0) { in RatingBar()
104 setStepSize(stepSize); in RatingBar()
219 public void setStepSize(float stepSize) { in setStepSize() argument
220 if (stepSize <= 0) { in setStepSize()
224 final float newMax = mNumStars / stepSize; in setStepSize()
DRadialTimePickerView.java294 final int stepSize = DEGREES_FOR_ONE_HOUR; in snapOnly30s() local
295 int floor = (degrees / stepSize) * stepSize; in snapOnly30s()
296 final int ceiling = floor + stepSize; in snapOnly30s()
301 floor -= stepSize; in snapOnly30s()
1114 final int stepSize; in adjustPicker() local
1119 stepSize = 1; in adjustPicker()
1132 stepSize = 5; in adjustPicker()
1133 initialStep = getCurrentMinute() / stepSize; in adjustPicker()
1138 final int nextValue = (initialStep + step) * stepSize; in adjustPicker()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
DRadialPickerLayout.java402 int stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE; in snapOnly30s() local
403 int floor = (degrees / stepSize) * stepSize; in snapOnly30s()
404 int ceiling = floor + stepSize; in snapOnly30s()
409 floor -= stepSize; in snapOnly30s()
442 int stepSize; in reselectSelector() local
453 stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE; in reselectSelector()
456 stepSize = MINUTE_VALUE_TO_DEGREES_STEP_SIZE; in reselectSelector()
476 int value = degrees / stepSize; in reselectSelector()
793 int stepSize = 0; in performAccessibilityAction() local
796 stepSize = HOUR_VALUE_TO_DEGREES_STEP_SIZE; in performAccessibilityAction()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2CaptureRequestTest.java332 double stepSize = range / (double)DEFAULT_NUM_EXPOSURE_TIME_STEPS; in getExposureTimeTestValues() local
334 testValues[i] = maxExpTime - (long)(stepSize * i); in getExposureTimeTestValues()
357 int stepSize = DEFAULT_SENSITIVITY_STEP_SIZE; in getSensitivityTestValues() local
358 int numSteps = range / stepSize; in getSensitivityTestValues()
362 stepSize = range / numSteps; in getSensitivityTestValues()
366 testValues[i] = maxSensitivity - stepSize * i; in getSensitivityTestValues()
/frameworks/wilhelm/tests/mimeUri/
DslesTestSlowDownUri.cpp71 SLpermille minRate, maxRate, stepSize, rate = 1000; in PlayEventCallback() local
76 res = (*pRateItf)->GetRateRange(pRateItf, 0, &minRate, &maxRate, &stepSize, &capa); in PlayEventCallback()
306 SLpermille minRate, maxRate, stepSize; in TestSlowDownUri() local
308 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize, in TestSlowDownUri()
/frameworks/wilhelm/src/itf/
DIPlaybackRate.cpp166 SLpermille stepSize = thiz->mStepSize; in IPlaybackRate_GetRateRange() local
170 *pStepSize = stepSize; in IPlaybackRate_GetRateRange()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java2658 int moveTask(int taskId, Rect taskRect, Rect stackRect, int stepSize,
2667 maxMove = Math.min(stepSize, stackRect.right - taskRect.right);
2672 maxMove = Math.min(stepSize, stackRect.bottom - taskRect.bottom);
2684 maxMove = Math.min(stepSize, taskRect.left - stackRect.left);
2689 maxMove = Math.min(stepSize, taskRect.top - stackRect.top);
2702 int stepSize = 0;
2705 stepSize = inStepSize;
2707 stepSize -= (target - current);
2712 stepSize = inStepSize;
2714 stepSize += (current - target);
[all …]
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1156 field public static final int stepSize = 16843078; // 0x1010146
/frameworks/base/config/
Dhiddenapi-public-dex.txt36662 Landroid/R$attr;->stepSize:I
/frameworks/base/api/
Dcurrent.txt1266 field public static final int stepSize = 16843078; // 0x1010146