Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DMotionIndicatorView.java274 float stepSize = 360.0f/mZCovered.getNSteps(); in onDraw() local
282 canvas.drawArc(mZBoundOut,i*stepSize-0.2f, stepSize+0.4f, in onDraw()
289 canvas.drawArc(mZBoundOut2, mZCovered.getLastValue()*stepSize- 1, 2, in onDraw()
291 canvas.drawArc(mZBoundIn2, mZCovered.getLastValue()*stepSize-1.5f, 3, in onDraw()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCaptureRequestTest.java2028 double stepSize = range / (double)DEFAULT_NUM_EXPOSURE_TIME_STEPS;
2030 testValues[i] = maxExpTime - (long)(stepSize * i);
2046 float stepSize = range / NUM_TEST_FOCUS_DISTANCES;
2048 testValues[i] = minValue + stepSize * i;
2070 int stepSize = DEFAULT_SENSITIVITY_STEP_SIZE;
2071 int numSteps = range / stepSize;
2075 stepSize = range / numSteps;
2079 testValues[i] = maxSensitivity - stepSize * i;