Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRatingBar.java120 final float stepSize = a.getFloat(R.styleable.RatingBar_stepSize, -1); in RatingBar() local
127 if (stepSize >= 0) { in RatingBar()
128 setStepSize(stepSize); in RatingBar()
246 public void setStepSize(float stepSize) { in setStepSize() argument
247 if (stepSize <= 0) { in setStepSize()
251 final float newMax = mNumStars / stepSize; in setStepSize()
DRadialTimePickerView.java299 final int stepSize = DEGREES_FOR_ONE_HOUR; in snapOnly30s() local
300 int floor = (degrees / stepSize) * stepSize; in snapOnly30s()
301 final int ceiling = floor + stepSize; in snapOnly30s()
306 floor -= stepSize; in snapOnly30s()
1127 final int stepSize; in adjustPicker() local
1132 stepSize = 1; in adjustPicker()
1145 stepSize = 5; in adjustPicker()
1146 initialStep = getCurrentMinute() / stepSize; in adjustPicker()
1151 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/base/packages/SystemUI/src/com/android/systemui/biometrics/
DEllipseOverlapDetectorParams.kt13 class EllipseOverlapDetectorParams(val minOverlap: Float, val targetSize: Float, val stepSize: Int) constant in com.android.systemui.biometrics.EllipseOverlapDetectorParams
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
DEllipseOverlapDetector.kt60 for (y in nativeSensorBounds.top..nativeSensorBounds.bottom step params.stepSize) { in isGoodOverlap()
61 for (x in nativeSensorBounds.left..nativeSensorBounds.right step params.stepSize) { in isGoodOverlap()
/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/native/services/surfaceflinger/tests/
DEffectLayer_test.cpp161 const auto stepSize = 1; in TEST_F() local
175 for (int x = blurAreaStartX; x < blurAreaEndX; x += stepSize) { in TEST_F()
DLayerTypeAndRenderTypeTransaction_test.cpp640 const auto stepSize = 1; in TEST_P() local
649 for (int x = blurAreaStartX; x < blurAreaEndX; x += stepSize) { in TEST_P()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DEllipseOverlapDetectorTest.kt35 EllipseOverlapDetectorParams(minOverlap = .4f, targetSize = .2f, stepSize = 1) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/dagger/
DBiometricsModule.kt139 stepSize = values[4].toInt() in bindAuthControllerStartable()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java3449 int moveTask(int taskId, Rect taskRect, Rect stackRect, int stepSize,
3458 maxMove = Math.min(stepSize, stackRect.right - taskRect.right);
3463 maxMove = Math.min(stepSize, stackRect.bottom - taskRect.bottom);
3475 maxMove = Math.min(stepSize, taskRect.left - stackRect.left);
3480 maxMove = Math.min(stepSize, taskRect.top - stackRect.top);
3493 int stepSize = 0;
3496 stepSize = inStepSize;
3498 stepSize -= (target - current);
3503 stepSize = inStepSize;
3505 stepSize += (current - target);
[all …]
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp68 size_t stepSize = isAtLeastV() ? 1 : 2; in IntfImpl() local
73 C2F(mSize, width).inRange(2, 2048, stepSize), in IntfImpl()
74 C2F(mSize, height).inRange(2, 2048, stepSize), in IntfImpl()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.cpp60 size_t stepSize = isAtLeastV() ? 1 : 2; in IntfImpl() local
64 C2F(mSize, width).inRange(2, 2048, stepSize), in IntfImpl()
65 C2F(mSize, height).inRange(2, 2048, stepSize), in IntfImpl()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1154 double stepSize, double minScale, in findPostCorrectionScale() argument
1164 for (double scale = 1.0; scale > minScale; scale -= stepSize) { in findPostCorrectionScale()
1172 __FUNCTION__, stepSize, minScale); in findPostCorrectionScale()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1156 field public static final int stepSize = 16843078; // 0x1010146
/frameworks/base/core/api/
Dcurrent.txt1582 field public static final int stepSize = 16843078; // 0x1010146
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75845 Lcom/android/internal/R$attr;->stepSize:I