Searched defs:enableParallax (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragmentBackgroundController.java59 * {@link #enableParallax()} and/or {@link #setupVideoPlayback(PlaybackGlue)} explicitly.
71 * mController.enableParallax();
98 * {@link #enableParallax(Drawable, Drawable, ParallaxTarget.PropertyValuesHolderTarget)}.
149 public void enableParallax() { method in class:DetailsFragmentBackgroundController
157 enableParallax(coverDrawable, colorDrawable,
185 public void enableParallax(@NonNull Drawable coverDrawable, @NonNull Drawable bottomDrawable, method in class:DetailsFragmentBackgroundController
191 // if bitmap is set before enableParallax, use it as initial value.
195 // if solid color is set before enableParallax, use it as initial value.
344 * Returns the cover drawable at top. Returns null if {@link #enableParallax()} is not called.
357 * Returns the drawable at bottom. Returns null if {@link #enableParallax()} i
[all...]
H A DDetailsSupportFragmentBackgroundController.java62 * {@link #enableParallax()} and/or {@link #setupVideoPlayback(PlaybackGlue)} explicitly.
74 * mController.enableParallax();
101 * {@link #enableParallax(Drawable, Drawable, ParallaxTarget.PropertyValuesHolderTarget)}.
152 public void enableParallax() { method in class:DetailsSupportFragmentBackgroundController
160 enableParallax(coverDrawable, colorDrawable,
188 public void enableParallax(@NonNull Drawable coverDrawable, @NonNull Drawable bottomDrawable, method in class:DetailsSupportFragmentBackgroundController
194 // if bitmap is set before enableParallax, use it as initial value.
198 // if solid color is set before enableParallax, use it as initial value.
347 * Returns the cover drawable at top. Returns null if {@link #enableParallax()} is not called.
360 * Returns the drawable at bottom. Returns null if {@link #enableParallax()} i
[all...]

Completed in 50 milliseconds