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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DetailsFragmentBackgroundController.java 86 * 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) {
438 * Returns Bitmap set by {@link #setCoverBitmap(Bitmap)}.
DetailsSupportFragmentBackgroundController.java 83 * 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) {
435 * Returns Bitmap set by {@link #setCoverBitmap(Bitmap)}.
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 64 milliseconds