Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/ui/
DCountDownView.java43 private Animation mCountDownAnim; field in CountDownView
52 mCountDownAnim = AnimationUtils.loadAnimation(context, R.anim.count_down_exit); in CountDownView()
78 mCountDownAnim.reset(); in remainingSecondsChanged()
80 mRemainingSecondsView.startAnimation(mCountDownAnim); in remainingSecondsChanged()