Searched refs:displayStartTime (Results 1 – 2 of 2) sorted by relevance
122 long displayStartTime; // when we started launching this activity field in ActivityRecord287 if (displayStartTime != 0 || startTime != 0) { in dump()289 if (displayStartTime == 0) pw.print("0"); in dump()290 else TimeUtils.formatDuration(displayStartTime, now, pw); in dump()862 if (displayStartTime != 0) { in reportFullyDrawnLocked()898 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked()923 displayStartTime = 0; in reportLaunchTimeLocked()929 if (displayStartTime != 0) { in windowsDrawn()
669 if (r.displayStartTime == 0) { in setLaunchTime()670 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()673 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime; in setLaunchTime()684 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()