Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java954 final long totalTime = stack.mFullyDrawnStartTime != 0 in reportFullyDrawnLocked()
955 ? (curTime - stack.mFullyDrawnStartTime) : thisTime; in reportFullyDrawnLocked()
977 stack.mFullyDrawnStartTime = 0; in reportFullyDrawnLocked()
DActivityStack.java230 long mFullyDrawnStartTime = 0; field in ActivityStack
680 if (mFullyDrawnStartTime != 0) { in startLaunchTraces()
688 if (mFullyDrawnStartTime != 0 && mLaunchStartTime == 0) { in stopFullyDrawnTraceIfNeeded()
690 mFullyDrawnStartTime = 0; in stopFullyDrawnTraceIfNeeded()
699 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime; in setLaunchTime()
703 mLaunchStartTime = mFullyDrawnStartTime = SystemClock.uptimeMillis(); in setLaunchTime()