Searched refs:mCardLabel (Results 1 – 3 of 3) sorted by relevance
40 private final CharSequence mCardLabel; field in WalletCard48 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.Builder234 mCardLabel = cardLabel; in setCardLabel()
56 private final TextView mCardLabel; field in WalletView85 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 …]
57 private final TextView mCardLabel; field in WalletView78 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()