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

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

Completed in 25 milliseconds