Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
H A DContactDetailsViewHolder.java75 private final BackgroundImageView mBackgroundImageView; field in ContactDetailsViewHolder
122 mBackgroundImageView = v.findViewById(R.id.background_image); in ContactDetailsViewHolder()
134 if (mBackgroundImageView != null) { in bind()
135 mBackgroundImageView.setAlpha(context.getResources().getFloat( in bind()
137 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
144 if (mAvatarView == null && mBackgroundImageView == null) { in bind()
157 if (mBackgroundImageView != null) { in bind()
158 mBackgroundImageView.setAlpha(context.getResources().getFloat( in bind()
169 if (mBackgroundImageView != null) { in bind()
170 mBackgroundImageView.setAlpha(context.getResources().getFloat( in bind()
[all …]
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DBlockScreenView.java43 private ImageView mBackgroundImageView; field in BlockScreenView
81 mBackgroundImageView = (ImageView) findViewById(R.id.background_image); in onFinishInflate()
146 mBackgroundImageView.setVisibility(backgroundImage == null ? GONE : VISIBLE); in setBackgroundImage()
147 mBackgroundImageView.setImageDrawable(backgroundImage); in setBackgroundImage()