Home
last modified time | relevance | path

Searched defs:lazyLayoutView (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/utils/
H A DViewUtilsTest.java429 ViewUtils.LazyLayoutView lazyLayoutView = in testInitFocus_inLazyLayoutView1() local
441 ViewUtils.LazyLayoutView lazyLayoutView = in testInitFocus_inLazyLayoutView2() local
453 ViewUtils.LazyLayoutView lazyLayoutView = in testInitFocus_inLazyLayoutView3() local
470 ViewUtils.LazyLayoutView lazyLayoutView = in testInitFocus_inLazyLayoutView4() local
486 ViewUtils.LazyLayoutView lazyLayoutView = in testInitFocus_inLazyLayoutView5() local
504 ViewUtils.LazyLayoutView lazyLayoutView = in testInitFocus_inLazyLayoutView6() local
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/
H A DViewUtils.java359 LazyLayoutView lazyLayoutView = findLazyLayoutView(root); in adjustFocus() local
387 public static void initFocus(@NonNull LazyLayoutView lazyLayoutView) { in initFocus()
394 private static void initFocusDelayed(@NonNull LazyLayoutView lazyLayoutView) { in initFocusDelayed()
470 private static void removeCallbacks(@NonNull LazyLayoutView lazyLayoutView, in removeCallbacks()
484 private static boolean initFocusImmediately(@NonNull LazyLayoutView lazyLayoutView) { in initFocusImmediately()
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
H A DAutoUnusedAppsFragment.kt69 val lazyLayoutView = getCarUiRecyclerView() as LazyLayoutView regex
/aosp12/packages/apps/Car/Media/src/com/android/car/media/
H A DMediaActivityController.java459 LazyLayoutView lazyLayoutView = (LazyLayoutView) carUiRecyclerView; in restoreFocusInCurrentNode() local
481 LazyLayoutView lazyLayoutView = (LazyLayoutView) carUiRecyclerView; in showHideContentAnimated() local