HomeSort by relevance Sort by last modified time
    Searched refs:mBackgroundHelper (Results 1 - 7 of 7) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DvrDetailsFragment.java 58 protected DetailsViewBackgroundHelper mBackgroundHelper;
69 mBackgroundHelper = new DetailsViewBackgroundHelper(getActivity());
161 mBackgroundHelper.setBackground(backgroundDrawable);
294 fragment.mBackgroundHelper.setBackgroundColor(
296 fragment.mBackgroundHelper.setScrim(
307 fragment.mBackgroundHelper.setBackground(drawable);
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DetailsFragment.java 51 private BackgroundHelper mBackgroundHelper;
72 mBackgroundHelper = new BackgroundHelper(getActivity());
73 mBackgroundHelper.attachToWindow();
226 mBackgroundHelper.setBackground(mPhotoItem.getImageResourceId());
DetailsSupportFragment.java 54 private BackgroundHelper mBackgroundHelper;
75 mBackgroundHelper = new BackgroundHelper(getActivity());
76 mBackgroundHelper.attachToWindow();
229 mBackgroundHelper.setBackground(mPhotoItem.getImageResourceId());
BrowseFragment.java 53 private BackgroundHelper mBackgroundHelper;
69 mBackgroundHelper = new BackgroundHelper(getActivity());
70 mBackgroundHelper.attachToWindow();
129 mBackgroundHelper.setBackground(((PhotoItem) item).getImageResourceId());
131 mBackgroundHelper.clearDrawable();
134 mBackgroundHelper.clearDrawable();
BrowseSupportFragment.java 56 private BackgroundHelper mBackgroundHelper;
72 mBackgroundHelper = new BackgroundHelper(getActivity());
73 mBackgroundHelper.attachToWindow();
132 mBackgroundHelper.setBackground(((PhotoItem) item).getImageResourceId());
134 mBackgroundHelper.clearDrawable();
137 mBackgroundHelper.clearDrawable();
NewDetailsFragment.java 78 private BackgroundHelper mBackgroundHelper; // used to download bitmap async.
120 mBackgroundHelper = new BackgroundHelper(getActivity());
351 mBackgroundHelper.loadBitmap(R.drawable.spiderman,
NewDetailsSupportFragment.java 81 private BackgroundHelper mBackgroundHelper; // used to download bitmap async.
123 mBackgroundHelper = new BackgroundHelper(getActivity());
354 mBackgroundHelper.loadBitmap(R.drawable.spiderman,

Completed in 1393 milliseconds