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;
662 if (mFullyDrawnStartTime != 0 && mLaunchStartTime == 0) {
671 if (mLaunchStartTime == 0) {
673 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime;
675 } else if (mLaunchStartTime == 0) {
677 mLaunchStartTime = mFullyDrawnStartTime = SystemClock.uptimeMillis();
    [all...]

Completed in 330 milliseconds