Searched refs:fullyDrawnStartTime (Results 1 – 3 of 3) sorted by relevance
60 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()
268 long fullyDrawnStartTime; // when we started launching this activity field in ActivityRecord2000 if (fullyDrawnStartTime != 0 && entry != null) { in reportFullyDrawnLocked()2001 final long thisTime = curTime - fullyDrawnStartTime; in reportFullyDrawnLocked()2029 fullyDrawnStartTime = 0; in reportFullyDrawnLocked()
1265 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()