Searched refs:mWalletButton (Results 1 – 1 of 1) sorted by relevance
146 private ImageView mWalletButton; field in KeyguardBottomAreaView308 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 …]