Home
last modified time | relevance | path

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

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