Searched refs:mBackgroundManager (Results 1 – 1 of 1) sorted by relevance
32 private final BackgroundManager mBackgroundManager; field in DetailsViewBackgroundHelper43 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()