Searched refs:mBackgroundImageView (Results 1 – 2 of 2) sorted by relevance
74 private final BackgroundImageView mBackgroundImageView; field in ContactDetailsViewHolder112 mBackgroundImageView = v.findViewById(R.id.background_image); in ContactDetailsViewHolder()124 if (mBackgroundImageView != null) { in bind()125 mBackgroundImageView.setAlpha(context.getResources().getFloat( in bind()127 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()134 if (mAvatarView == null && mBackgroundImageView == null) { in bind()147 if (mBackgroundImageView != null) { in bind()148 mBackgroundImageView.setAlpha(context.getResources().getFloat( in bind()150 mBackgroundImageView.setBackgroundColor(letterTile.getColor()); in bind()159 if (mBackgroundImageView != null) { in bind()[all …]
43 private ImageView mBackgroundImageView; field in BlockScreenView81 mBackgroundImageView = (ImageView) findViewById(R.id.background_image); in onFinishInflate()146 mBackgroundImageView.setVisibility(backgroundImage == null ? GONE : VISIBLE); in setBackgroundImage()147 mBackgroundImageView.setImageDrawable(backgroundImage); in setBackgroundImage()