Searched refs:displayStartTime (Results 1 – 2 of 2) sorted by relevance
143 long displayStartTime; // when we started launching this activity field in ActivityRecord363 if (displayStartTime != 0 || startTime != 0) { in dump()365 if (displayStartTime == 0) pw.print("0"); in dump()366 else TimeUtils.formatDuration(displayStartTime, now, pw); in dump()1160 if (displayStartTime != 0) { in reportFullyDrawnLocked()1199 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked()1224 displayStartTime = 0; in reportLaunchTimeLocked()1230 if (displayStartTime != 0) { in windowsDrawnLocked()
934 if (r.displayStartTime == 0) { in setLaunchTime()935 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()938 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime; in setLaunchTime()949 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()