Home
last modified time | relevance | path

Searched refs:displayStartTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java245 long displayStartTime; // when we started launching this activity field in ActivityRecord
507 if (displayStartTime != 0 || startTime != 0) { in dump()
509 if (displayStartTime == 0) pw.print("0"); in dump()
510 else TimeUtils.formatDuration(displayStartTime, now, pw); in dump()
1862 if (displayStartTime != 0) { in reportFullyDrawnLocked()
1901 final long thisTime = curTime - displayStartTime; in reportLaunchTimeLocked()
1926 displayStartTime = 0; in reportLaunchTimeLocked()
1942 if (displayStartTime != 0) { in onWindowsDrawn()
DActivityStack.java1117 if (r.displayStartTime == 0) { in setLaunchTime()
1118 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis(); in setLaunchTime()
1121 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime; in setLaunchTime()
1132 r.displayStartTime = r.fullyDrawnStartTime = 0; in clearLaunchTime()