Searched refs:setSolidColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsParallaxDrawable.java154 public void setSolidColor(@ColorInt int color) { method in class:DetailsParallaxDrawable
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragmentBackgroundController.java103 * If app supplies a custom bottom Drawable, it should not call {@link #setSolidColor(int)}.
144 * to the FitWidthBitmapDrawable. App may use {@link #setSolidColor(int)} and
149 * @see #setSolidColor(int)
176 * @param bottomDrawable Drawable shown at bottom. {@link #setSolidColor(int)} will not work
447 * Returns color set by {@link #setSolidColor(int)}.
457 * {@link ColorDrawable}, app should not use this method. It's safe to call setSolidColor()
462 public final void setSolidColor(@ColorInt int color) { method in class:DetailsFragmentBackgroundController
H A DDetailsSupportFragmentBackgroundController.java100 * If app supplies a custom bottom Drawable, it should not call {@link #setSolidColor(int)}.
141 * to the FitWidthBitmapDrawable. App may use {@link #setSolidColor(int)} and
146 * @see #setSolidColor(int)
173 * @param bottomDrawable Drawable shown at bottom. {@link #setSolidColor(int)} will not work
444 * Returns color set by {@link #setSolidColor(int)}.
454 * {@link ColorDrawable}, app should not use this method. It's safe to call setSolidColor()
459 public final void setSolidColor(@ColorInt int color) { method in class:DetailsSupportFragmentBackgroundController

Completed in 102 milliseconds