Searched defs:step (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DMosaicRenderer.java70 public static native void step(); method in class:MosaicRenderer
75 * update its texture and warping transformation. Any calls to step()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DPerNameExecutorTest.java49 assertRanNever("step 0", a1, a2, a3, b1);
50 step(); // run a1, b1
51 assertRanOnce("step 1", a1, b1);
52 assertRanNever("step 1", a2, a3);
53 step(); // run a2
54 assertRanOnce("step 2", a1, b1, a2);
55 assertRanNever("step 2", a3);
56 step(); // run a3
57 assertRanOnce("step 3", a1, b1, a2, a3);
58 step(); // shoul
109 private void step() { method in class:PerNameExecutorTest
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRenderer.java70 public static native void step(); method in class:MosaicRenderer
75 * update its texture and warping transformation. Any calls to step()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DZoomControl.java147 protected void setZoomStep(int step) { argument
148 mStep = step;
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java102 public void step(float dt) { method in class:BouncyDroid.BouncyView.World.Body
121 public void step(float dt) { method in class:BouncyDroid.BouncyView.World
123 b.step(dt);
295 mWorld.step(dt / 1000f); // dt is in sec
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h63 uint16 step; member in struct:ime_pinyin::MatrixNode
73 // Used to indicate whether there are dmi nodes in this step with full
99 // Points to a MatrixNode of the current step to indicate which choice the
143 // How many rows for each step.
213 // the i'th lemma id in lma_id_ is the first candidate for that step.
214 // If all candidates are the first one for that step, the whole string can be
238 // for current step;
240 // first un-fixed step and show them to the user.
256 // Reset the search space from ch_pos step. For example, if the original
259 // if clear_fixed_this_step is true, and the ch_pos step i
[all...]

Completed in 6351 milliseconds