Searched refs:mCardLabel (Results 1 – 2 of 2) sorted by relevance
57 private final TextView mCardLabel; field in WalletView86 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 …]
70 private final CharSequence mCardLabel; field in WalletCard81 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.Builder356 mCardLabel = cardLabel; in setCardLabel()