Searched refs:purgeCache (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DShapeCache.cpp117 purgeCache(rectWidth, rectHeight);
H A DShapeCache.h346 void purgeCache(uint32_t width, uint32_t height);
523 void ShapeCache<Entry>::purgeCache(uint32_t width, uint32_t height) { function in class:android::uirenderer::ShapeCache
573 purgeCache(width, height);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3817 boolean callerWillRestart, boolean purgeCache, boolean doit,
3985 if (purgeCache && name != null) {
3816 forceStopPackageLocked(String name, int appId, boolean callerWillRestart, boolean purgeCache, boolean doit, boolean evenPersistent, int userId) argument

Completed in 215 milliseconds