Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/
H A DFocusAreaTest.java334 mFocusArea1.getHelper().setRotaryCache(cache); in testPerformAccessibilityAction_actionFocus_enabledFocusCache()
366 mFocusArea1.getHelper().setRotaryCache(cache); in testPerformAccessibilityAction_actionFocus_disabledFocusCache()
430 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache()
433 mFocusArea2.getHelper().setRotaryCache(cache2); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_enabledCache()
485 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache()
488 mFocusArea2.getHelper().setRotaryCache(cache2); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache()
528 mFocusArea1.getHelper().setRotaryCache(cache1); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2()
531 mFocusArea2.getHelper().setRotaryCache(cache2); in testPerformAccessibilityAction_actionNudgeToAnotherFocusArea_mixedCache2()
674 mFocusArea2.getHelper().setRotaryCache(cache); in testDefaultFocusOverridesHistory_override()
707 mFocusArea2.getHelper().setRotaryCache(cache); in testDefaultFocusOverridesHistory_notOverride()
[all …]
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/
H A DFocusAreaHelper.java817 void setRotaryCache(@NonNull RotaryCache rotaryCache) { in setRotaryCache() method in FocusAreaHelper