Searched refs:mTvInputLogoImageView (Results 1 – 1 of 1) sorted by relevance
132 private ImageView mTvInputLogoImageView; field in ChannelBannerView298 mTvInputLogoImageView = findViewById(R.id.tvinput_logo); in onFinishInflate()497 mTvInputLogoImageView.setVisibility(View.GONE); in updateChannelInfo()498 mTvInputLogoImageView.setImageDrawable(null); in updateChannelInfo()518 mTvInputLogoImageView.setVisibility(View.VISIBLE); in updateTvInputLogo()519 mTvInputLogoImageView.setImageBitmap(bitmap); in updateTvInputLogo()