Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
DViewUtils.java267 @Nullable View cachedFocusedView, in adjustFocus()
274 @Nullable View cachedFocusedView, in adjustFocus()
289 @Nullable View cachedFocusedView, in adjustFocus()
/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/
DFocusParkingView.java286 View cachedFocusedView = mFocusCache.getFocusedView(SystemClock.uptimeMillis()); in restoreFocusInRoot() local