Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java308 RecyclerView carouselView = walletView.getCardCarousel(); in onWalletCardsRetrieved_showsCards()
411 WalletCardCarousel carouselView = walletView.getCardCarousel(); in onWalletCardsRetrieved_dismissed_doesNotShowCards()
536 WalletCardCarousel carouselView = view.getCardCarousel(); in onCardSelected_selectsCardWithClient()
557 WalletCardCarousel carouselView = view.getCardCarousel(); in onCardClicked_startsIntent()
584 WalletCardCarousel carouselView = view.getCardCarousel(); in onSingleTapUp_doesNotdismissWallet()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletView.java220 WalletCardCarousel getCardCarousel() { in getCardCarousel() method in WalletView
DWalletPanelViewController.java96 mWalletCardCarousel = mWalletView.getCardCarousel(); in WalletPanelViewController()