Searched refs:stepSize (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TimerProgressBar.java | 86 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/ |
D | MotionIndicatorView.java | 300 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/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | IntraPreviewAction.java | 156 double zoomStart, double zoomEnd, double stepSize, long stepDuration) { in PreviewDynamicZoomAction() argument 160 mStepSize = stepSize; in PreviewDynamicZoomAction()
|
D | ItsService.java | 3021 double stepSize = cmdObj.getDouble("stepSize"); 3030 stepSize,
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | BlurTests.java | 682 final int stepSize = blurRadius / 4; in assertBlur() local 683 final int blurAreaStartX = (int) Math.floor(midX) - blurRadius + stepSize; in assertBlur() 692 for (int x = blurAreaStartX; x < blurAreaEndX; x += stepSize) { in assertBlur()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureRequestTest.java | 3541 double stepSize = range / (double)DEFAULT_NUM_EXPOSURE_TIME_STEPS; 3544 testValues[i] = maxExpTime - (long) (stepSize * (testValues.length - 1 - i)); 3564 float stepSize = range / NUM_TEST_FOCUS_DISTANCES; 3570 testValues[repeatMin+i] = minValue + stepSize * i; 3596 int stepSize = DEFAULT_SENSITIVITY_STEP_SIZE; 3597 int numSteps = range / stepSize; 3601 stepSize = range / numSteps; 3606 testValues[i] = maxSensitivity - stepSize * (testValues.length - 1 - i);
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 1582 field public static final int stepSize = 16843078; // 0x1010146
|