Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskViewHeader.java182 private CountDownTimer mFocusTimerCountDown; field in TaskViewHeader
375 if (mFocusTimerCountDown != null) { in startFocusTimerIndicator()
376 mFocusTimerCountDown.cancel(); in startFocusTimerIndicator()
378 mFocusTimerCountDown = new CountDownTimer(duration, in startFocusTimerIndicator()
396 if (mFocusTimerCountDown != null) { in cancelFocusTimerIndicator()
397 mFocusTimerCountDown.cancel(); in cancelFocusTimerIndicator()