Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletView.java57 private final TextView mCardLabel; field in WalletView
78 mCardLabel = requireViewById(R.id.card_label); in WalletView()
104 mCardLabel.setText(centerCardText); in onCardScroll()
109 mCardLabel.setCompoundDrawablesRelative(icon, null, null, null); in onCardScroll()
112 mCardLabel.setAlpha(1f); in onCardScroll()
114 mCardLabel.setAlpha(percentDistanceFromCenter); in onCardScroll()
142 mCardLabel.setAlpha(0f); in showCardCarousel()
143 mCardLabel.animate().alpha(1f) in showCardCarousel()