HomeSort by relevance Sort by last modified time
    Searched refs:mLaunchStartTime (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java     [all...]
ActivityStack.java 216 long mLaunchStartTime = 0;
610 if (mFullyDrawnStartTime != 0 && mLaunchStartTime == 0) {
619 if (mLaunchStartTime == 0) {
621 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime;
623 } else if (mLaunchStartTime == 0) {
625 mLaunchStartTime = mFullyDrawnStartTime = SystemClock.uptimeMillis();
    [all...]

Completed in 153 milliseconds