Searched refs:displayStartTime (Results 1 – 2 of 2) sorted by relevance
126 long displayStartTime; // when we started launching this activity field in ActivityRecord302 if (displayStartTime != 0 || startTime != 0) { in dump()304 if (displayStartTime == 0) pw.print("0"); in dump()305 else TimeUtils.formatDuration(displayStartTime, now, pw); in dump()948 if (displayStartTime != 0) { in reportFullyDrawnLocked()987 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked()1012 displayStartTime = 0; in reportLaunchTimeLocked()1017 if (displayStartTime != 0) { in windowsDrawnLocked()
695 if (r.displayStartTime == 0) { in setLaunchTime()696 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()699 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime; in setLaunchTime()710 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()