Searched refs:getCardCarousel (Results 1 – 3 of 3) sorted by relevance
117 mWalletView.getCardCarousel().setExpectedViewWidth(CARD_CAROUSEL_WIDTH); in setUp()313 assertEquals(GONE, mWalletView.getCardCarousel().getVisibility()); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()330 assertEquals(GONE, mWalletView.getCardCarousel().getVisibility()); in queryCards_noCards_showEmptyState()
115 mCardCarousel = mWalletView.getCardCarousel(); in WalletScreenController()
252 WalletCardCarousel getCardCarousel() { in getCardCarousel() method in WalletView