Searched refs:CACHE_RATIO (Results 1 – 1 of 1) sorted by relevance
32 private static final float CACHE_RATIO = 0.1f; field in AppIconCacheManager113 return Math.round(CACHE_RATIO * Runtime.getRuntime().maxMemory() / 1024); in getMaxCacheInKb()