Lines Matching refs:step
133 step(event.getEventTime());
147 step(event.getEventTime());
317 step(currentStepTime);
321 private void step(long currentStepTime) {
331 if (!currentShip.step(tau)) {
341 if (!bullet.step(tau)) {
352 if (!obstacle.step(tau)) {
542 * @param tau the elapsed time in seconds since the last step
545 public boolean step(float tau) {
609 step(0);
848 GameView.this.step(historyPos < 0 ? event.getEventTime() : event
988 * @param tau the elapsed time in seconds between the last step
1004 public boolean step(float tau) {
1005 if (!super.step(tau)) {
1059 public boolean step(float tau) {
1060 if (!super.step(tau)) {
1096 public boolean step(float tau) {
1097 if (!super.step(tau)) {