Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsViewBackgroundHelper.java32 private final BackgroundManager mBackgroundManager; field in DetailsViewBackgroundHelper
43 if (!mBackgroundManager.isAttached()) { in run()
47 mBackgroundManager.setBitmap(((BitmapDrawable) mBackGround).getBitmap()); in run()
58 mBackgroundManager = BackgroundManager.getInstance(activity); in DetailsViewBackgroundHelper()
59 mBackgroundManager.attach(activity.getWindow()); in DetailsViewBackgroundHelper()
60 mBackgroundManager.setAutoReleaseOnStop(false); in DetailsViewBackgroundHelper()
74 if (mBackgroundManager.isAttached()) { in setBackgroundColor()
75 mBackgroundManager.setColor(color); in setBackgroundColor()
81 if (mBackgroundManager.isAttached()) { in setScrim()
82 mBackgroundManager.setDimLayer(new ColorDrawable(color)); in setScrim()