Searched defs:LayoutCache (Results 1 – 2 of 2) sorted by relevance
150 friend class LayoutCache; variable
184 LayoutCache(uint32_t maxEntries) : mCache(maxEntries), mRequestCount(0), mCacheHitCount(0) { in LayoutCache() function