Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/
H A DRotaryCache.java181 RotaryCache(@CacheType int focusHistoryCacheType, in RotaryCache() argument
185 mFocusCache = new FocusCache(focusHistoryCacheType, focusHistoryExpirationPeriodMs); in RotaryCache()
H A DFocusParkingView.java171 int focusHistoryCacheType = resources.getInteger(R.integer.car_ui_focus_history_cache_type); in init() local
175 new RotaryCache.FocusCache(focusHistoryCacheType, focusHistoryExpirationPeriodMs); in init()
H A DFocusAreaHelper.java226 int focusHistoryCacheType = resources.getInteger(R.integer.car_ui_focus_history_cache_type); in FocusAreaHelper() local
234 mRotaryCache = new RotaryCache(focusHistoryCacheType, focusHistoryExpirationPeriodMs, in FocusAreaHelper()