Home
last modified time | relevance | path

Searched refs:mLastCachedAppSizeUpdate (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplay.java89 private long mLastCachedAppSizeUpdate; field in Display
908 if (now > mLastCachedAppSizeUpdate + CACHED_APP_SIZE_DURATION_MILLIS) { in updateCachedAppSizeIfNeededLocked()
913 mLastCachedAppSizeUpdate = now; in updateCachedAppSizeIfNeededLocked()