Searched refs:WalletCardCarousel (Results 1 – 8 of 8) sorted by relevance
19 import static com.android.systemui.plugin.globalactions.wallet.WalletCardCarousel.CARD_ANIM_ALPHA_D…20 import static com.android.systemui.plugin.globalactions.wallet.WalletCardCarousel.CARD_ANIM_ALPHA_D…49 class WalletView extends FrameLayout implements WalletCardCarousel.OnCardScrollListener {56 private final WalletCardCarousel mCardCarousel;220 WalletCardCarousel getCardCarousel() { in getCardCarousel()
47 class WalletCardCarousel extends RecyclerView { class99 public WalletCardCarousel(Context context) { in WalletCardCarousel() method in WalletCardCarousel103 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() method in WalletCardCarousel
51 WalletCardCarousel.OnSelectionListener,66 private final WalletCardCarousel mWalletCardCarousel;
19 import static com.android.systemui.wallet.ui.WalletCardCarousel.CARD_ANIM_ALPHA_DELAY;20 import static com.android.systemui.wallet.ui.WalletCardCarousel.CARD_ANIM_ALPHA_DURATION;48 public class WalletView extends FrameLayout implements WalletCardCarousel.OnCardScrollListener {54 private final WalletCardCarousel mCardCarousel;250 WalletCardCarousel getCardCarousel() { in getCardCarousel()
39 private WalletCardCarousel mCardCarousel;69 mCardCarousel = (WalletCardCarousel) recyclerView; in onDrawOver()
49 public class WalletCardCarousel extends RecyclerView { class105 public WalletCardCarousel(Context context) { in WalletCardCarousel() method in WalletCardCarousel109 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() method in WalletCardCarousel
57 WalletCardCarousel.OnSelectionListener,76 private final WalletCardCarousel mCardCarousel;
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()