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

  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsSupportFragmentBackgroundController.java 60 * {@link #enableParallax()} and/or {@link #setupVideoPlayback(PlaybackGlue)} explicitly.
72 * mController.enableParallax();
99 * {@link #enableParallax(Drawable, Drawable, ParallaxTarget.PropertyValuesHolderTarget)}.
150 public void enableParallax() {
158 enableParallax(coverDrawable, colorDrawable,
186 public void enableParallax(@NonNull Drawable coverDrawable, @NonNull Drawable bottomDrawable,
192 // if bitmap is set before enableParallax, use it as initial value.
196 // if solid color is set before enableParallax, use it as initial value.
345 * Returns the cover drawable at top. Returns null if {@link #enableParallax()} is not called.
358 * Returns the drawable at bottom. Returns null if {@link #enableParallax()} is not called
    [all...]
DetailsFragmentBackgroundController.java 63 * {@link #enableParallax()} and/or {@link #setupVideoPlayback(PlaybackGlue)} explicitly.
75 * mController.enableParallax();
102 * {@link #enableParallax(Drawable, Drawable, ParallaxTarget.PropertyValuesHolderTarget)}.
155 public void enableParallax() {
163 enableParallax(coverDrawable, colorDrawable,
191 public void enableParallax(@NonNull Drawable coverDrawable, @NonNull Drawable bottomDrawable,
197 // if bitmap is set before enableParallax, use it as initial value.
201 // if solid color is set before enableParallax, use it as initial value.
350 * Returns the cover drawable at top. Returns null if {@link #enableParallax()} is not called.
363 * Returns the drawable at bottom. Returns null if {@link #enableParallax()} is not called
    [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DetailsFragmentTest.java 232 mDetailsBackground.enableParallax();
539 mDetailsBackground.enableParallax();
    [all...]
DetailsSupportFragmentTest.java 229 mDetailsBackground.enableParallax();
536 mDetailsBackground.enableParallax();
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
NewDetailsFragment.java 121 mDetailsBackground.enableParallax();
NewDetailsSupportFragment.java 124 mDetailsBackground.enableParallax();

Completed in 950 milliseconds