Searched defs:step (Results 1 – 13 of 13) sorted by relevance
32 public static native void step(); in step() method in GLtestLib
74 public boolean doStep(int step) throws FailException { in testOnCancelListener()105 public boolean doStep(int step) throws FailException { in testOnDismissListener()134 public boolean doStep(int step) throws FailException { in testStopSearch()225 protected abstract boolean doStep(int step) throws FailException; in doStep()
25 public static native void step(); in step() method in GL2JniLibOne
313 RangeCoveredRegister(int low, int high, int step) { in RangeCoveredRegister()321 RangeCoveredRegister(int step) { in RangeCoveredRegister()
131 Step step = mSteps.get(mCurrentStep); in onClick() local198 final Step step = mSteps.get(mCurrentStep); in updateUi() local
144 private void move(long duration, long step) { in move()
84 final double step = twoPi / NUM_STEPS; in checkColors() local
475 public boolean step() { in step() method in DisplayModifier.Accessor
183 int step = 1; in getInstruction() local
1015 Rational step = mStaticInfo.getAeCompensationStepChecked(); in aeCompensationTestByCamera() local
632 final int step = 8; // the width of the layers in validateSwirl() local
763 float step = parameters.getExposureCompensationStep(); in checkExposureCompensation() local
1001 static private Target.Floaty step(double v, double edge, Target t) { in step() method in CoreMathVerifier