Searched defs:mLaunchStartTime (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java336 long mLaunchStartTime = 0; field in class:ActivityStack
1110 if (mFullyDrawnStartTime != 0 && mLaunchStartTime == 0) {
1119 if (mLaunchStartTime == 0) {
1121 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime;
1123 } else if (mLaunchStartTime == 0) {
1125 mLaunchStartTime = mFullyDrawnStartTime = SystemClock.uptimeMillis();

Completed in 34 milliseconds