Searched refs:mBackgroundManager (Results 1 – 3 of 3) sorted by relevance
28 private BackgroundManager mBackgroundManager; field in BackgroundFragment31 mBackgroundManager = backgroundManager; in setBackgroundManager()35 return mBackgroundManager; in getBackgroundManager()44 if (mBackgroundManager != null) { in onStart()45 mBackgroundManager.onActivityStart(); in onStart()55 if (mBackgroundManager != null) { in onResume()56 mBackgroundManager.onResume(); in onResume()62 if (mBackgroundManager != null) { in onStop()63 mBackgroundManager.onStop(); in onStop()74 if (mBackgroundManager != null) { in onDestroy()[all …]
166 mBackgroundManager.setBitmap(request.mResult); in onPostExecute()187 BackgroundManager mBackgroundManager; field in BackgroundHelper195 if (mBackgroundManager == null) { in createBackgroundManagerIfNeeded()196 mBackgroundManager = BackgroundManager.getInstance(mActivity); in createBackgroundManagerIfNeeded()209 mBackgroundManager.attach(mActivity.getWindow()); in attachToWindow()221 mBackgroundManager.attachToView(backgroundView); in attachToView()235 mBackgroundManager.setDrawable(null); in setBackground()240 mBackgroundManager.setBitmap(cachedBitmap); in setBackground()259 mBackgroundManager.clearDrawable(); in clearDrawable()271 mBackgroundManager.setDrawable(drawable); in setDrawable()
53 private BackgroundManager mBackgroundManager; field in MainFragment108 mBackgroundManager = BackgroundManager.getInstance(getActivity()); in setBackground()109 mBackgroundManager.attach(getActivity().getWindow()); in setBackground()110 mBackgroundManager.setDrawable( in setBackground()