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.java189 private CountDownTimer mFocusTimerCountDown; field in TaskViewHeader
386 if (mFocusTimerCountDown != null) { in startFocusTimerIndicator()
387 mFocusTimerCountDown.cancel(); in startFocusTimerIndicator()
389 mFocusTimerCountDown = new CountDownTimer(duration, in startFocusTimerIndicator()
407 if (mFocusTimerCountDown != null) { in cancelFocusTimerIndicator()
408 mFocusTimerCountDown.cancel(); in cancelFocusTimerIndicator()