Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp45 mCache.setOnEntryRemovedListener(NULL); in remove()
51 mCache.setOnEntryRemovedListener(this); in remove()
DGradientCache.cpp48 mCache.setOnEntryRemovedListener(this); in GradientCache()
54 mCache.setOnEntryRemovedListener(this); in GradientCache()
DTextDropShadowCache.cpp56 mCache.setOnEntryRemovedListener(this); in init()
DTextureCache.cpp60 mCache.setOnEntryRemovedListener(this); in init()
DShapeCache.h431 mCache.setOnEntryRemovedListener(this); in init()
/frameworks/base/include/utils/
DGenerationCache.h63 void setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener);
113 void GenerationCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) { in setOnEntryRemovedListener() function
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp46 mCache.setOnEntryRemovedListener(this); in init()