Searched defs:fullyDrawnStartTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java99 long fullyDrawnStartTime; // when we started launching this activity field in class:ActivityRecord
820 if (fullyDrawnStartTime != 0) {
822 final long thisTime = curTime - fullyDrawnStartTime;
846 fullyDrawnStartTime = 0;

Completed in 53 milliseconds