Searched refs:cacheAndHideFocus (Results 1 – 3 of 3) sorted by relevance
702 protected void cacheAndHideFocus() { in cacheAndHideFocus() method in CarSystemBarController703 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
775 mCarSystemBarController.cacheAndHideFocus(); in onConfigChanged()
733 int returnFocusedViewId = mCarSystemBar.cacheAndHideFocus(mockContainerView); in cacheAndHideFocus_doesntCallHideFocus_if_focusParkingViewIsFocused()