Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java98 private long mLastDrawChildTime; field in SmartReplyView
427 pw.println(mLastDrawChildTime == 0 ? NaN : (now - mLastDrawChildTime) / 1000.0f); in dump()
707 mLastDrawChildTime = SystemClock.elapsedRealtime(); in drawChild()