Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java308 RecyclerView carouselView = walletView.getCardCarousel(); in onWalletCardsRetrieved_showsCards() local
411 WalletCardCarousel carouselView = walletView.getCardCarousel(); in onWalletCardsRetrieved_dismissed_doesNotShowCards() local
536 WalletCardCarousel carouselView = view.getCardCarousel(); in onCardSelected_selectsCardWithClient() local
557 WalletCardCarousel carouselView = view.getCardCarousel(); in onCardClicked_startsIntent() local
584 WalletCardCarousel carouselView = view.getCardCarousel(); in onSingleTapUp_doesNotdismissWallet() local
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithClockCarouselSectionController.kt139 val carouselView = carouselViewStub.inflate() as ClockCarouselView in createView() constant