HomeSort by relevance Sort by last modified time
    Searched defs:mAnimationRunnable (Results 1 - 8 of 8) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 77 private final Runnable mAnimationRunnable = new Runnable() {
293 getHandler().postDelayed(mAnimationRunnable, ANIMATION_TIME_STEP);
296 getHandler().removeCallbacks(mAnimationRunnable);
352 handler.postAtTime(mAnimationRunnable, currentStepTime + ANIMATION_TIME_STEP);
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 71 private Runnable mAnimationRunnable;
499 if (mAnimationRunnable == null) {
500 mAnimationRunnable = new Runnable() {
507 unscheduleSelf(mAnimationRunnable);
607 scheduleSelf(mAnimationRunnable, now + 1000 / 60);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 82 milliseconds