Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMemoryPolicy.h49 float backgroundRetentionPercent = 0.5f; member
DMemoryPolicy.cpp43 .backgroundRetentionPercent = 0.2f,
/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp63 mBackgroundResourceBytes = mMaxResourceBytes * mMemoryPolicy.backgroundRetentionPercent; in setupCacheLimits()
71 mBackgroundCpuFontCacheBytes = mMaxCpuFontCacheBytes * mMemoryPolicy.backgroundRetentionPercent; in setupCacheLimits()
195 mMemoryPolicy.backgroundRetentionPercent * 100.0f, in dumpMemoryUsage()