Searched refs:mLastCachedAppSizeUpdate (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DDisplay.java79 private long mLastCachedAppSizeUpdate; field in class:Display
786 if (now > mLastCachedAppSizeUpdate + CACHED_APP_SIZE_DURATION_MILLIS) {
791 mLastCachedAppSizeUpdate = now;

Completed in 19 milliseconds