Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DAppIconCacheManager.java32 private static final float CACHE_RATIO = 0.1f; field in AppIconCacheManager
113 return Math.round(CACHE_RATIO * Runtime.getRuntime().maxMemory() / 1024); in getMaxCacheInKb()