OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnEntryRemoved
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/
TextureCache.h
51
class TextureCache: public
OnEntryRemoved
<SkBitmap*, Texture*> {
TextDropShadowCache.h
107
class TextDropShadowCache: public
OnEntryRemoved
<ShadowText, ShadowTexture*> {
GradientCache.h
103
class GradientCache: public
OnEntryRemoved
<GradientCacheEntry, Texture*> {
ShapeCache.h
308
class ShapeCache: public
OnEntryRemoved
<Entry, PathTexture*> {
/frameworks/base/include/utils/
GenerationCache.h
29
class
OnEntryRemoved
{
31
virtual ~
OnEntryRemoved
() { };
33
}; // class
OnEntryRemoved
63
void setOnEntryRemovedListener(
OnEntryRemoved
<K, V>* listener);
87
OnEntryRemoved
<K, V>* mListener;
113
void GenerationCache<K, V>::setOnEntryRemovedListener(
OnEntryRemoved
<K, V>* listener) {
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.h
186
class TextLayoutCache : public
OnEntryRemoved
<TextLayoutCacheKey, sp<TextLayoutCacheValue> >,
Completed in 1101 milliseconds