Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java702 protected void cacheAndHideFocus() { in cacheAndHideFocus() method in CarSystemBarController
703 mTopFocusedViewId = cacheAndHideFocus(mTopView); in cacheAndHideFocus()
705 mBottomFocusedViewId = cacheAndHideFocus(mBottomView); in cacheAndHideFocus()
707 mLeftFocusedViewId = cacheAndHideFocus(mLeftView); in cacheAndHideFocus()
709 mRightFocusedViewId = cacheAndHideFocus(mRightView); in cacheAndHideFocus()
713 int cacheAndHideFocus(@Nullable View rootView) { in cacheAndHideFocus() method in CarSystemBarController
DCarSystemBar.java775 mCarSystemBarController.cacheAndHideFocus(); in onConfigChanged()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java733 int returnFocusedViewId = mCarSystemBar.cacheAndHideFocus(mockContainerView); in cacheAndHideFocus_doesntCallHideFocus_if_focusParkingViewIsFocused()