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