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.java868 final long totalTime = stack.mFullyDrawnStartTime != 0 in reportFullyDrawnLocked()
869 ? (curTime - stack.mFullyDrawnStartTime) : thisTime; in reportFullyDrawnLocked()
892 stack.mFullyDrawnStartTime = 0; in reportFullyDrawnLocked()
DActivityStack.java223 long mFullyDrawnStartTime = 0; field in ActivityStack
654 if (mFullyDrawnStartTime != 0) { in startLaunchTraces()
662 if (mFullyDrawnStartTime != 0 && mLaunchStartTime == 0) { in stopFullyDrawnTraceIfNeeded()
664 mFullyDrawnStartTime = 0; in stopFullyDrawnTraceIfNeeded()
673 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime; in setLaunchTime()
677 mLaunchStartTime = mFullyDrawnStartTime = SystemClock.uptimeMillis(); in setLaunchTime()