Searched refs:mLastDrawChildTime (Results 1 – 1 of 1) sorted by relevance
98 private long mLastDrawChildTime; field in SmartReplyView427 pw.println(mLastDrawChildTime == 0 ? NaN : (now - mLastDrawChildTime) / 1000.0f); in dump()707 mLastDrawChildTime = SystemClock.elapsedRealtime(); in drawChild()