Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryCache.java246 private class FocusWindowCache extends LruCache<Integer, FocusWindowHistory> { class in RotaryCache
251 FocusWindowCache(@CacheType int cacheType, int size, int expirationTimeMs) { in FocusWindowCache() method in RotaryCache.FocusWindowCache