Searched defs:setCoverBitmap (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragmentBackgroundController.java83 * fragment.mController.setCoverBitmap(bitmap);
93 * mController.setCoverBitmap(null);
99 * If app supplies a custom cover Drawable, it should not call {@link #setCoverBitmap(Bitmap)}.
142 * {@link #setCoverBitmap(Bitmap)} to change the content of bottom drawable and cover drawable.
145 * @see #setCoverBitmap(Bitmap)
169 * @param coverDrawable Custom cover drawable shown at top. {@link #setCoverBitmap(Bitmap)}
422 * setCoverBitmap() before calling {@link #enableParallax()}.
426 public final void setCoverBitmap(Bitmap bitmap) { method in class:DetailsFragmentBackgroundController
435 * Returns Bitmap set by {@link #setCoverBitmap(Bitmap)}.
H A DDetailsSupportFragmentBackgroundController.java86 * fragment.mController.setCoverBitmap(bitmap);
96 * mController.setCoverBitmap(null);
102 * If app supplies a custom cover Drawable, it should not call {@link #setCoverBitmap(Bitmap)}.
145 * {@link #setCoverBitmap(Bitmap)} to change the content of bottom drawable and cover drawable.
148 * @see #setCoverBitmap(Bitmap)
172 * @param coverDrawable Custom cover drawable shown at top. {@link #setCoverBitmap(Bitmap)}
425 * setCoverBitmap() before calling {@link #enableParallax()}.
429 public final void setCoverBitmap(Bitmap bitmap) { method in class:DetailsSupportFragmentBackgroundController
438 * Returns Bitmap set by {@link #setCoverBitmap(Bitmap)}.

Completed in 60 milliseconds