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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragmentBackgroundController.java62 * {@link #enableParallax()} and/or {@link #setupVideoPlayback(PlaybackGlue)} explicitly.
75 * mController.setupVideoPlayback(player);
146 * This method must be called before {@link #setupVideoPlayback(PlaybackGlue)}.
150 * @throws IllegalStateException If {@link #setupVideoPlayback(PlaybackGlue)} was called.
170 * drawable. This method must be called before {@link #setupVideoPlayback(PlaybackGlue)}.
186 * @throws IllegalStateException If {@link #setupVideoPlayback(PlaybackGlue)} was called.
224 * setupVideoPlayback(null) to clear. Note a typical {@link PlaybackGlue} subclass releases
233 public void setupVideoPlayback(@NonNull PlaybackGlue playbackGlue) { method in class:DetailsFragmentBackgroundController
379 * @see #setupVideoPlayback(PlaybackGlue)
394 * @see #setupVideoPlayback(PlaybackGlu
[all...]
H A DDetailsSupportFragmentBackgroundController.java59 * {@link #enableParallax()} and/or {@link #setupVideoPlayback(PlaybackGlue)} explicitly.
72 * mController.setupVideoPlayback(player);
143 * This method must be called before {@link #setupVideoPlayback(PlaybackGlue)}.
147 * @throws IllegalStateException If {@link #setupVideoPlayback(PlaybackGlue)} was called.
167 * drawable. This method must be called before {@link #setupVideoPlayback(PlaybackGlue)}.
183 * @throws IllegalStateException If {@link #setupVideoPlayback(PlaybackGlue)} was called.
221 * setupVideoPlayback(null) to clear. Note a typical {@link PlaybackGlue} subclass releases
230 public void setupVideoPlayback(@NonNull PlaybackGlue playbackGlue) { method in class:DetailsSupportFragmentBackgroundController
376 * @see #setupVideoPlayback(PlaybackGlue)
391 * @see #setupVideoPlayback(PlaybackGlu
[all...]

Completed in 50 milliseconds