Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java146 private ImageView mWalletButton; field in KeyguardBottomAreaView
308 mWalletButton = findViewById(R.id.wallet_button); in onFinishInflate()
432 lp = mWalletButton.getLayoutParams(); in onConfigurationChanged()
435 mWalletButton.setLayoutParams(lp); in onConfigurationChanged()
524 mWalletButton.setVisibility(GONE); in updateWalletVisibility()
530 mWalletButton.setVisibility(VISIBLE); in updateWalletVisibility()
547 if (mWalletButton.getVisibility() == GONE) { in updateControlsVisibility()
953 mWalletButton.setAlpha(alpha); in setAffordanceAlpha()
1055 mWalletButton.getDrawable().setTint(iconColor); in updateAffordanceColors()
1061 mWalletButton.setBackgroundTintList(bgColor); in updateAffordanceColors()
[all …]