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

  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DetailsFragmentTest.java 248 mDetailsBackground.setCoverBitmap(bitmap);
253 mDetailsBackground.setCoverBitmap(null);
550 mDetailsBackground.setCoverBitmap(bitmap);
555 mDetailsBackground.setCoverBitmap(null);
    [all...]
DetailsSupportFragmentTest.java 245 mDetailsBackground.setCoverBitmap(bitmap);
250 mDetailsBackground.setCoverBitmap(null);
547 mDetailsBackground.setCoverBitmap(bitmap);
552 mDetailsBackground.setCoverBitmap(null);
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsSupportFragmentBackgroundController.java 84 * fragment.mController.setCoverBitmap(bitmap);
94 * mController.setCoverBitmap(null);
100 * If app supplies a custom cover Drawable, it should not call {@link #setCoverBitmap(Bitmap)}.
143 * {@link #setCoverBitmap(Bitmap)} to change the content of bottom drawable and cover drawable.
146 * @see #setCoverBitmap(Bitmap)
170 * @param coverDrawable Custom cover drawable shown at top. {@link #setCoverBitmap(Bitmap)}
423 * setCoverBitmap() before calling {@link #enableParallax()}.
427 public final void setCoverBitmap(Bitmap bitmap) {
436 * Returns Bitmap set by {@link #setCoverBitmap(Bitmap)}.
DetailsFragmentBackgroundController.java 87 * fragment.mController.setCoverBitmap(bitmap);
97 * mController.setCoverBitmap(null);
103 * If app supplies a custom cover Drawable, it should not call {@link #setCoverBitmap(Bitmap)}.
148 * {@link #setCoverBitmap(Bitmap)} to change the content of bottom drawable and cover drawable.
151 * @see #setCoverBitmap(Bitmap)
175 * @param coverDrawable Custom cover drawable shown at top. {@link #setCoverBitmap(Bitmap)}
428 * setCoverBitmap() before calling {@link #enableParallax()}.
432 public final void setCoverBitmap(Bitmap bitmap) {
441 * Returns Bitmap set by {@link #setCoverBitmap(Bitmap)}.
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
NewDetailsFragment.java 355 mDetailsBackground.setCoverBitmap(bitmap);
362 mDetailsBackground.setCoverBitmap(null);
NewDetailsSupportFragment.java 358 mDetailsBackground.setCoverBitmap(bitmap);
365 mDetailsBackground.setCoverBitmap(null);

Completed in 122 milliseconds