Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java730 private boolean restoreFocus(@Nullable View rootView, @IdRes int viewToFocusId) { in restoreFocus() argument
731 if (rootView == null || viewToFocusId == View.NO_ID) return false; in restoreFocus()
732 View focusedView = rootView.findViewById(viewToFocusId); in restoreFocus()