Home
last modified time | relevance | path

Searched defs:step (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/opengl/src/android/opengl/cts/
DGL2JniLibOne.java25 public static native void step(); in step() method in GL2JniLibOne
/cts/tests/src/android/app/cts/
DSearchManagerStubActivity.java73 public boolean doStep(int step) throws FailException { in testOnCancelListener()
104 public boolean doStep(int step) throws FailException { in testOnDismissListener()
133 public boolean doStep(int step) throws FailException { in testStopSearch()
224 protected abstract boolean doStep(int step) throws FailException; in doStep()
/cts/tests/tests/view/src/android/view/cts/
DVelocityTrackerTest.java144 private void move(long duration, long step) { in move()
/cts/tests/tests/graphics/src/android/graphics/cts/
DSweepGradientTest.java84 final double step = twoPi / NUM_STEPS; in checkColors() local
/cts/tests/tests/hardware/src/android/hardware/cts/
DCameraTest.java687 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local