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

  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
ActivityStack.java 222 long mLaunchStartTime = 0;
668 if (mFullyDrawnStartTime != 0 && mLaunchStartTime == 0) {
677 if (mLaunchStartTime == 0) {
679 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime;
681 } else if (mLaunchStartTime == 0) {
683 mLaunchStartTime = mFullyDrawnStartTime = SystemClock.uptimeMillis();
    [all...]

Completed in 89 milliseconds