Home
last modified time | relevance | path

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

/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/
H A DEmergencyActionFragment.java41 import com.android.emergency.widgets.countdown.CountDownAnimationView;
135 CountDownAnimationView countDownAnimationView = in onStop()
164 CountDownAnimationView countDownAnimationView = in startTimer()
178 CountDownAnimationView countDownAnimationView = in startTimer()
/aosp12/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/widgets/countdown/
H A DCountDownAnimationView.java41 public class CountDownAnimationView extends SurfaceView implements SurfaceHolder.Callback { class
49 public CountDownAnimationView(Context context, AttributeSet attrs) { in CountDownAnimationView() method in CountDownAnimationView