Home
last modified time | relevance | path

Searched refs:WalletCardCarousel (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletView.java19 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()
H A DWalletCardCarousel.java47 class WalletCardCarousel extends RecyclerView { class
99 public WalletCardCarousel(Context context) { in WalletCardCarousel() method in WalletCardCarousel
103 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() method in WalletCardCarousel
H A DWalletPanelViewController.java51 WalletCardCarousel.OnSelectionListener,
66 private final WalletCardCarousel mWalletCardCarousel;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java19 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()
H A DDotIndicatorDecoration.java39 private WalletCardCarousel mCardCarousel;
69 mCardCarousel = (WalletCardCarousel) recyclerView; in onDrawOver()
H A DWalletCardCarousel.java49 public class WalletCardCarousel extends RecyclerView { class
105 public WalletCardCarousel(Context context) { in WalletCardCarousel() method in WalletCardCarousel
109 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() method in WalletCardCarousel
H A DWalletScreenController.java57 WalletCardCarousel.OnSelectionListener,
76 private final WalletCardCarousel mCardCarousel;
/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java414 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()