Searched refs:focusHistoryCacheType (Results 1 – 3 of 3) sorted by relevance
181 RotaryCache(@CacheType int focusHistoryCacheType, in RotaryCache() argument185 mFocusCache = new FocusCache(focusHistoryCacheType, focusHistoryExpirationPeriodMs); in RotaryCache()
171 int focusHistoryCacheType = resources.getInteger(R.integer.car_ui_focus_history_cache_type); in init() local175 new RotaryCache.FocusCache(focusHistoryCacheType, focusHistoryExpirationPeriodMs); in init()
226 int focusHistoryCacheType = resources.getInteger(R.integer.car_ui_focus_history_cache_type); in FocusAreaHelper() local234 mRotaryCache = new RotaryCache(focusHistoryCacheType, focusHistoryExpirationPeriodMs, in FocusAreaHelper()