Searched defs:LayoutCache (Results 1 – 1 of 1) sorted by relevance
132 class LayoutCache : private android::OnEntryRemoved<LayoutCacheKey, Layout*> { class134 LayoutCache() : mCache(kMaxEntries) { in LayoutCache() function in minikin::LayoutCache