Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DWalletCard.java40 private final CharSequence mCardLabel; field in WalletCard
48 this.mCardLabel = builder.mCardLabel; in WalletCard()
68 TextUtils.writeToParcel(mCardLabel, dest, flags); in writeToParcel()
157 return mCardLabel; in getCardLabel()
171 private CharSequence mCardLabel; field in WalletCard.Builder
234 mCardLabel = cardLabel; in setCardLabel()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java56 private final TextView mCardLabel; field in WalletView
85 mCardLabel = requireViewById(R.id.label); in WalletView()
120 mCardLabel.setVisibility(VISIBLE); in renderViewPortrait()
129 mCardLabel.setVisibility(GONE); in renderViewLandscape()
148 mCardLabel.setAlpha(1f); in onCardScroll()
152 mCardLabel.setText(centerCardText); in onCardScroll()
154 mCardLabel.setAlpha(percentDistanceFromCenter); in onCardScroll()
183 mCardLabel.setText(getLabelText(data.get(selectedIndex))); in showCardCarousel()
187 animateViewsShown(mIcon, mCardLabel, mActionButton); in showCardCarousel()
213 mCardLabel.setText(R.string.wallet_empty_state_label); in showEmptyStateView()
[all …]
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A 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()