Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java153 Drawable logoDrawable = null; in onLoadLogoAndBackgroundImages() local
156 logoDrawable = in onLoadLogoAndBackgroundImages()
158 mDetailsOverview.setImageDrawable(logoDrawable); in onLoadLogoAndBackgroundImages()
165 if (logoDrawable != null && backgroundDrawable != null) { in onLoadLogoAndBackgroundImages()
168 if (logoDrawable == null in onLoadLogoAndBackgroundImages()
180 if (logoDrawable == null) { in onLoadLogoAndBackgroundImages()
/packages/apps/TV/src/com/android/tv/ui/
DProgramDetailsFragment.java247 Drawable logoDrawable = null;
250 logoDrawable =
252 mDetailsOverview.setImageDrawable(logoDrawable);
259 if (logoDrawable != null && backgroundDrawable != null) {
262 if (logoDrawable == null
274 if (logoDrawable == null) {