Home
last modified time | relevance | path

Searched refs:mFocusWindowCache (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryCache.java74 private final FocusWindowCache mFocusWindowCache; field in RotaryCache
334 mFocusWindowCache = new FocusWindowCache(focusWindowCacheType, focusWindowCacheSize, in RotaryCache()
427 mFocusWindowCache.put(focusedNode.getWindowId(), focusedNode, elapsedRealtime); in saveWindowFocus()
436 return mFocusWindowCache.getMostRecentValidNode(elapsedRealtime); in getMostRecentFocus()