Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTimerProgressBar.java86 public void start(long duration, long stepSize) { in start() argument
87 start(duration, stepSize, null); in start()
97 public void start(long duration, long stepSize, TimerExpiredCallback callback) { in start() argument
99 mStepSize = stepSize; in start()
103 this.setMax((int) (duration / stepSize)); in start()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java300 float stepSize = 360.0f/mZCovered.getNSteps(); in onDraw() local
308 canvas.drawArc(mZBoundOut,i*stepSize-0.2f, stepSize+0.4f, in onDraw()
315 canvas.drawArc(mZBoundOut2, mZCovered.getLastValue()*stepSize- 1, 2, in onDraw()
317 canvas.drawArc(mZBoundIn2, mZCovered.getLastValue()*stepSize-1.5f, 3, in onDraw()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DBlurTests.java412 final int stepSize = blurRadius / 4; in assertBlur() local
413 final int blurAreaStartX = width / 2 - blurRadius + stepSize; in assertBlur()
425 for (int x = blurAreaStartX; x <= blurAreaEndX; x += stepSize) { in assertBlur()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java3097 double stepSize = range / (double)DEFAULT_NUM_EXPOSURE_TIME_STEPS;
3099 testValues[i] = maxExpTime - (long)(stepSize * i);
3119 float stepSize = range / NUM_TEST_FOCUS_DISTANCES;
3125 testValues[repeatMin+i] = minValue + stepSize * i;
3151 int stepSize = DEFAULT_SENSITIVITY_STEP_SIZE;
3152 int numSteps = range / stepSize;
3156 stepSize = range / numSteps;
3160 testValues[i] = maxSensitivity - stepSize * i;