Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactDetailsViewHolder.java60 private final BackgroundImageView mBackgroundImageView; field in ContactDetailsViewHolder
95 mBackgroundImageView = v.findViewById(R.id.background_image); in ContactDetailsViewHolder()
107 if (mBackgroundImageView != null) { in bind()
108 mBackgroundImageView.setAlpha(context.getResources().getFloat( in bind()
110 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()
117 if (mAvatarView == null && mBackgroundImageView == null) { in bind()
133 if (mBackgroundImageView != null) { in bind()
134 mBackgroundImageView.setAlpha(context.getResources().getFloat( in bind()
136 mBackgroundImageView.setBackgroundDrawable(resource, false); in bind()
145 if (mBackgroundImageView != null) { in bind()
[all …]
/packages/apps/TV/src/com/android/tv/ui/
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()