Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java127 long fullyDrawnStartTime; // when we started launching this activity field in ActivityRecord
952 if (fullyDrawnStartTime != 0 && stack != null) { in reportFullyDrawnLocked()
953 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked()
979 fullyDrawnStartTime = 0; in reportFullyDrawnLocked()
DActivityStack.java696 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()
710 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()