Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java63 private final Button mActionButton; field in WalletView
89 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()