Searched refs:mActionButton (Results 1 – 1 of 1) sorted by relevance
63 private final Button mActionButton; field in WalletView89 mActionButton = requireViewById(R.id.wallet_action_button); in WalletView()151 mActionButton.setAlpha(1f); in onCardScroll()157 mActionButton.setAlpha(percentDistanceFromCenter); in onCardScroll()188 animateViewsShown(mIcon, mCardLabel, mActionButton); in showCardCarousel()257 return mActionButton; in getActionButton()300 mActionButton.setVisibility(VISIBLE); in renderActionButton()301 mActionButton.setText(actionButtonText); in renderActionButton()302 mActionButton.setOnClickListener( in renderActionButton()319 mActionButton.setVisibility(GONE); in renderActionButton()