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

  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 123 long fullyDrawnStartTime; // when we started launching this activity
    [all...]
ActivityStack.java 670 r.fullyDrawnStartTime = r.displayStartTime = SystemClock.uptimeMillis();
684 r.displayStartTime = r.fullyDrawnStartTime = 0;
    [all...]

Completed in 48 milliseconds