Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DLaunchTimeTracker.java60 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()
DActivityRecord.java268 long fullyDrawnStartTime; // when we started launching this activity field in ActivityRecord
2000 if (fullyDrawnStartTime != 0 && entry != null) { in reportFullyDrawnLocked()
2001 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked()
2029 fullyDrawnStartTime = 0; in reportFullyDrawnLocked()
DActivityStack.java1265 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()