Searched refs:OnEntryRemoved (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextureCache.h52 class TextureCache: public OnEntryRemoved<SkBitmap*, Texture*> {
H A DGradientCache.h101 class GradientCache: public OnEntryRemoved<GradientCacheEntry, Texture*> {
H A DTextDropShadowCache.h120 class TextDropShadowCache: public OnEntryRemoved<ShadowText, ShadowTexture*> {
H A DShapeCache.h308 class ShapeCache: public OnEntryRemoved<Entry, PathTexture*> {
/frameworks/native/include/utils/
H A DGenerationCache.h29 class OnEntryRemoved { class in namespace:android
31 virtual ~OnEntryRemoved() { };
33 }; // class OnEntryRemoved
63 void setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener);
84 OnEntryRemoved<K, V>* mListener;
115 void GenerationCache<K, V>::setOnEntryRemovedListener(OnEntryRemoved<K, V>* listener) {
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h249 class TextLayoutCache : private OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutValue> >

Completed in 99 milliseconds