Home
last modified time | relevance | path

Searched defs:cachedFocusedView (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
H A DViewUtils.java310 @Nullable View cachedFocusedView, in adjustFocus()
317 @Nullable View cachedFocusedView, in adjustFocus()
332 @Nullable View cachedFocusedView, in adjustFocus()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/
H A DFocusParkingView.java328 View cachedFocusedView = mFocusCache.getFocusedView(SystemClock.uptimeMillis()); in restoreFocusInRoot() local