Home
last modified time | relevance | path

Searched defs:LayoutCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
DLayout.cpp121 class LayoutCache : private OnEntryRemoved<LayoutCacheKey, Layout*> { class
123 LayoutCache() : mCache(kMaxEntries) { in LayoutCache() function in android::LayoutCache