Searched refs:mAnimationRunnable (Results 1 - 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameView.java77 private final Runnable mAnimationRunnable = new Runnable() { field in class:GameView
293 getHandler().postDelayed(mAnimationRunnable, ANIMATION_TIME_STEP);
296 getHandler().removeCallbacks(mAnimationRunnable);
352 handler.postAtTime(mAnimationRunnable, currentStepTime + ANIMATION_TIME_STEP);

Completed in 27 milliseconds