Searched defs:step (Results 1 – 4 of 4) sorted by relevance
80 JSONObject step = steps.getJSONObject(i); in fromJson() local
321 private void step(long currentStepTime) { in step() method in GameView545 public boolean step(float tau) { in step() method in GameView.Sprite1004 public boolean step(float tau) { in step() method in GameView.Ship1059 public boolean step(float tau) { in step() method in GameView.Bullet1096 public boolean step(float tau) { in step() method in GameView.Obstacle
125 public void addStep(Step step) { in addStep()
118 void step(int width, int height, float minStep, float maxStep) { in step() method in WindowSurface.MovingPoint