HomeSort by relevance Sort by last modified time
    Searched refs:mCountDownAnim (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera/src/com/android/camera/ui/
CountDownView.java 43 private Animation mCountDownAnim;
52 mCountDownAnim = AnimationUtils.loadAnimation(context, R.anim.count_down_exit);
78 mCountDownAnim.reset();
80 mRemainingSecondsView.startAnimation(mCountDownAnim);
  /packages/apps/Gallery2/src/com/android/camera/ui/
CountDownView.java 43 private Animation mCountDownAnim;
52 mCountDownAnim = AnimationUtils.loadAnimation(context, R.anim.count_down_exit);
78 mCountDownAnim.reset();
80 mRemainingSecondsView.startAnimation(mCountDownAnim);

Completed in 24 milliseconds