Searched refs:mBgView (Results 1 – 1 of 1) sorted by relevance
62 private ImageView mBgView; field in LockIconView77 mBgView = findViewById(R.id.lock_icon_bg); in onFinishInflate()91 mBgView.setBackground(getContext().getDrawable(R.drawable.fingerprint_bg)); in updateColorAndBackgroundVisibility()92 mBgView.setAlpha(1f - mDozeAmount); in updateColorAndBackgroundVisibility()93 mBgView.setVisibility(View.VISIBLE); in updateColorAndBackgroundVisibility()99 mBgView.setVisibility(View.GONE); in updateColorAndBackgroundVisibility()111 mBgView.setVisibility(View.INVISIBLE); in setImageDrawable()113 mBgView.setVisibility(View.VISIBLE); in setImageDrawable()