Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingController.java67 private CountDownTimer mCountDownTimer = null; field in RecordingController
172 mCountDownTimer = new CountDownTimer(ms, interval) { in startCountdown()
201 mCountDownTimer.start(); in startCountdown()
208 if (mCountDownTimer != null) { in cancelCountdown()
209 mCountDownTimer.cancel(); in cancelCountdown()