HomeSort by relevance Sort by last modified time
    Searched defs:TextLayoutCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 17 #define LOG_TAG "TextLayoutCache"
19 #include "TextLayoutCache.h"
30 ANDROID_SINGLETON_STATIC_INSTANCE(TextLayoutCache);
34 TextLayoutCache::TextLayoutCache() :
41 TextLayoutCache::~TextLayoutCache() {
45 void TextLayoutCache::init() {
65 uint32_t TextLayoutCache::getSize() {
69 uint32_t TextLayoutCache::getMaxSize()
    [all...]
TextLayoutCache.h 186 class TextLayoutCache : public OnEntryRemoved<TextLayoutCacheKey, sp<TextLayoutCacheValue> >,
187 public Singleton<TextLayoutCache>
190 TextLayoutCache();
192 virtual ~TextLayoutCache();
259 }; // TextLayoutCache

Completed in 175 milliseconds