Searched refs:getCardCarousel (Results 1 – 6 of 6) sorted by relevance
311 RecyclerView carouselView = walletView.getCardCarousel(); in onWalletCardsRetrieved_showsCards()414 WalletCardCarousel carouselView = walletView.getCardCarousel(); in onWalletCardsRetrieved_dismissed_doesNotShowCards()539 WalletCardCarousel carouselView = view.getCardCarousel(); in onCardSelected_selectsCardWithClient()560 WalletCardCarousel carouselView = view.getCardCarousel(); in onCardClicked_startsIntent()587 WalletCardCarousel carouselView = view.getCardCarousel(); in onSingleTapUp_doesNotdismissWallet()
110 mWalletView.getCardCarousel().setExpectedViewWidth(CARD_CAROUSEL_WIDTH); in setUp()306 assertEquals(GONE, mWalletView.getCardCarousel().getVisibility()); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()323 assertEquals(GONE, mWalletView.getCardCarousel().getVisibility()); in queryCards_noCards_showEmptyState()
220 WalletCardCarousel getCardCarousel() { in getCardCarousel() method in WalletView
95 mWalletCardCarousel = mWalletView.getCardCarousel(); in WalletPanelViewController()
110 mCardCarousel = mWalletView.getCardCarousel(); in WalletScreenController()
250 WalletCardCarousel getCardCarousel() { in getCardCarousel() method in WalletView