Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java57 private final TextView mCardLabel; field in WalletView
86 mCardLabel = requireViewById(R.id.label); in WalletView()
121 mCardLabel.setVisibility(VISIBLE); in renderViewPortrait()
130 mCardLabel.setVisibility(GONE); in renderViewLandscape()
149 mCardLabel.setAlpha(1f); in onCardScroll()
153 mCardLabel.setText(centerCardText); in onCardScroll()
155 mCardLabel.setAlpha(percentDistanceFromCenter); in onCardScroll()
184 mCardLabel.setText(getLabelText(data.get(selectedIndex))); in showCardCarousel()
188 animateViewsShown(mIcon, mCardLabel, mActionButton); in showCardCarousel()
214 mCardLabel.setText(R.string.wallet_empty_state_label); in showEmptyStateView()
[all …]
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DWalletCard.java70 private final CharSequence mCardLabel; field in WalletCard
81 this.mCardLabel = builder.mCardLabel; in WalletCard()
111 TextUtils.writeToParcel(mCardLabel, dest, flags); in writeToParcel()
233 return mCardLabel; in getCardLabel()
273 private CharSequence mCardLabel; field in WalletCard.Builder
356 mCardLabel = cardLabel; in setCardLabel()