Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconView.java65 private ImageView mBgView; field in LockIconView
93 mBgView.setImageTintList(ColorStateList.valueOf(backgroundColor)); in updateColorAndBackgroundVisibility()
94 mBgView.setAlpha(1f - mDozeAmount); in updateColorAndBackgroundVisibility()
95 mBgView.setVisibility(View.VISIBLE); in updateColorAndBackgroundVisibility()
101 mBgView.setVisibility(View.GONE); in updateColorAndBackgroundVisibility()
197 mBgView = new ImageView(context, attrs); in addBgImageView()
198 mBgView.setId(R.id.lock_icon_bg); in addBgImageView()
199 mBgView.setImageDrawable(context.getDrawable(R.drawable.fingerprint_bg)); in addBgImageView()
200 mBgView.setVisibility(View.INVISIBLE); in addBgImageView()
201 addView(mBgView); in addBgImageView()
[all …]