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

  /frameworks/base/services/core/java/com/android/server/am/
LaunchTimeTracker.java 56 long mFullyDrawnStartTime;
63 mLaunchStartTime = mFullyDrawnStartTime = r.displayStartTime;
67 mLaunchStartTime = mFullyDrawnStartTime = SystemClock.uptimeMillis();
72 if (mFullyDrawnStartTime != 0) {
80 if (mFullyDrawnStartTime != 0 && mLaunchStartTime == 0) {
82 mFullyDrawnStartTime = 0;
ActivityRecord.java     [all...]

Completed in 92 milliseconds