/frameworks/base/core/java/android/widget/ |
D | RatingBar.java | 101 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()
|
D | RadialTimePickerView.java | 294 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/ |
D | Camera2CaptureRequestTest.java | 333 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/ |
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() 306 SLpermille minRate, maxRate, stepSize; in TestSlowDownUri() local 308 res = (*rateItf)->GetRateRange(rateItf, index, &minRate, &maxRate, &stepSize, in TestSlowDownUri()
|
/frameworks/wilhelm/src/itf/ |
D | IPlaybackRate.cpp | 166 SLpermille stepSize = thiz->mStepSize; in IPlaybackRate_GetRateRange() local 170 *pStepSize = stepSize; in IPlaybackRate_GetRateRange()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 2795 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/ |
D | android_hardware_camera2_DngCreator.cpp | 1089 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/ |
D | android-22.txt | 1156 field public static final int stepSize = 16843078; // 0x1010146
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 1301 field public static final int stepSize = 16843078; // 0x1010146
|
/frameworks/base/api/ |
D | current.txt | 1301 field public static final int stepSize = 16843078; // 0x1010146
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 90917 Lcom/android/internal/R$attr;->stepSize:I
|