Home
last modified time | relevance | path

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

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipe.java80 JSONObject step = steps.getJSONObject(i); in fromJson() local
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java321 private void step(long currentStepTime) { in step() method in GameView
545 public boolean step(float tau) { in step() method in GameView.Sprite
1004 public boolean step(float tau) { in step() method in GameView.Ship
1059 public boolean step(float tau) { in step() method in GameView.Bullet
1096 public boolean step(float tau) { in step() method in GameView.Obstacle
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DShowcaseFragment.java125 public void addStep(Step step) { in addStep()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java118 void step(int width, int height, float minStep, float maxStep) { in step() method in WindowSurface.MovingPoint