Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java132 private ImageView mTvInputLogoImageView; field in ChannelBannerView
298 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()