Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRatingBar.java101 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1); in RatingBar() local
108 if (stepSize >= 0) { in RatingBar()
109 setStepSize(stepSize); in RatingBar()
227 public void setStepSize(float stepSize) { in setStepSize() argument
228 if (stepSize <= 0) { in setStepSize()
232 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()
1116 final int stepSize; in adjustPicker() local
1121 stepSize = 1; in adjustPicker()
1134 stepSize = 5; in adjustPicker()
1135 initialStep = getCurrentMinute() / stepSize; in adjustPicker()
1140 final int nextValue = (initialStep + step) * stepSize; in adjustPicker()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2CaptureRequestTest.java333 double stepSize = range / (double)DEFAULT_NUM_EXPOSURE_TIME_STEPS; in getExposureTimeTestValues() local
335 testValues[i] = maxExpTime - (long)(stepSize * i); in getExposureTimeTestValues()
358 int stepSize = DEFAULT_SENSITIVITY_STEP_SIZE; in getSensitivityTestValues() local
359 int numSteps = range / stepSize; in getSensitivityTestValues()
363 stepSize = range / numSteps; in getSensitivityTestValues()
367 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.java2795 int moveTask(int taskId, Rect taskRect, Rect stackRect, int stepSize,
2804 maxMove = Math.min(stepSize, stackRect.right - taskRect.right);
2809 maxMove = Math.min(stepSize, stackRect.bottom - taskRect.bottom);
2821 maxMove = Math.min(stepSize, taskRect.left - stackRect.left);
2826 maxMove = Math.min(stepSize, taskRect.top - stackRect.top);
2839 int stepSize = 0;
2842 stepSize = inStepSize;
2844 stepSize -= (target - current);
2849 stepSize = inStepSize;
2851 stepSize += (current - target);
[all …]
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1089 double stepSize, double minScale, in findPostCorrectionScale() argument
1099 for (double scale = 1.0; scale > minScale; scale -= stepSize) { in findPostCorrectionScale()
1107 __FUNCTION__, stepSize, minScale); in findPostCorrectionScale()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1156 field public static final int stepSize = 16843078; // 0x1010146
/frameworks/base/non-updatable-api/
Dcurrent.txt1301 field public static final int stepSize = 16843078; // 0x1010146
/frameworks/base/api/
Dcurrent.txt1301 field public static final int stepSize = 16843078; // 0x1010146
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt90917 Lcom/android/internal/R$attr;->stepSize:I