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

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DetailsParallaxDrawable.java 69 * @param coverDrawable Cover drawable at top
74 * coverDrawable,
78 Drawable coverDrawable,
80 init(context, parallax, coverDrawable, new ColorDrawable(), coverDrawableParallaxTarget);
87 * @param coverDrawable Cover drawable at top
93 * coverDrawable,
97 Drawable coverDrawable, Drawable bottomDrawable,
100 init(context, parallax, coverDrawable, bottomDrawable, coverDrawableParallaxTarget);
111 Drawable coverDrawable = new FitWidthBitmapDrawable();
113 coverDrawable, PropertyValuesHolder.ofInt("verticalOffset", 0
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsSupportFragmentBackgroundController.java 156 Drawable coverDrawable = new FitWidthBitmapDrawable();
158 enableParallax(coverDrawable, colorDrawable,
160 coverDrawable,
170 * @param coverDrawable Custom cover drawable shown at top. {@link #setCoverBitmap(Bitmap)}
171 * will not work if coverDrawable is not {@link FitWidthBitmapDrawable};
173 * coverDrawable.
177 * @param coverDrawableParallaxTarget Target to perform parallax effect within coverDrawable.
181 * coverDrawable, PropertyValuesHolder.ofInt(
186 public void enableParallax(@NonNull Drawable coverDrawable, @NonNull Drawable bottomDrawable,
193 if (mCoverBitmap != null && coverDrawable instanceof FitWidthBitmapDrawable)
    [all...]
DetailsFragmentBackgroundController.java 161 Drawable coverDrawable = new FitWidthBitmapDrawable();
163 enableParallax(coverDrawable, colorDrawable,
165 coverDrawable,
175 * @param coverDrawable Custom cover drawable shown at top. {@link #setCoverBitmap(Bitmap)}
176 * will not work if coverDrawable is not {@link FitWidthBitmapDrawable};
178 * coverDrawable.
182 * @param coverDrawableParallaxTarget Target to perform parallax effect within coverDrawable.
186 * coverDrawable, PropertyValuesHolder.ofInt(
191 public void enableParallax(@NonNull Drawable coverDrawable, @NonNull Drawable bottomDrawable,
198 if (mCoverBitmap != null && coverDrawable instanceof FitWidthBitmapDrawable)
    [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DetailsFragmentTest.java 87 Drawable coverDrawable = new FitWidthBitmapDrawable();
91 coverDrawable,
93 coverDrawable,
    [all...]
DetailsSupportFragmentTest.java 84 Drawable coverDrawable = new FitWidthBitmapDrawable();
88 coverDrawable,
90 coverDrawable,
    [all...]

Completed in 550 milliseconds