Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java107 private final Map<String, Drawable> mTvInputAppliactionBanners = new ArrayMap<>(); field in TvInputManagerHelper
153 mTvInputAppliactionBanners.remove(inputId);
179 mTvInputAppliactionBanners.remove(inputId);
236 mTvInputAppliactionBanners.clear(); in start()
267 mTvInputAppliactionBanners.clear();; in stop()
410 return mTvInputAppliactionBanners.get(inputId); in getTvInputApplicationBanner()
417 mTvInputAppliactionBanners.put(inputId, banner); in setTvInputApplicationBanner()