Searched defs:playback (Results 1 - 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackCardPresenter.java17 package com.android.tv.dvr.ui.playback;
24 /** This class is used to generate Views and bind Objects for related recordings in DVR playback. */
H A DDvrPlaybackActivity.java17 package com.android.tv.dvr.ui.playback;
H A DDvrPlaybackSideFragment.java17 package com.android.tv.dvr.ui.playback;
34 /** Fragment for DVR playback closed-caption/multi-audio settings. */
H A DDvrPlaybackMediaSessionHelper.java17 package com.android.tv.dvr.ui.playback;
112 /** Updates media session's playback state and speed. */
124 * Sets the recorded program for playback.
148 /** Returns playback state. */
H A DDvrPlaybackControlHelper.java17 package com.android.tv.dvr.ui.playback;
48 * command to the media controller. It also helps to update playback states displayed in the
180 /** Returns the ID of the media under playback. */
H A DDvrPlaybackOverlayFragment.java17 package com.android.tv.dvr.ui.playback;
314 * Returns the tracks of the give type of the current playback.
345 * Selects the given audio or subtitle track for DVR playback.
H A DDvrPlayer.java17 package com.android.tv.dvr.ui.playback;
68 * Called when the playback position is changed. The normal updating frequency is around 1
73 /** Called when the playback state or the playback speed is changed. */
75 /** Called when the playback toward the end. */
113 * Prepares playback.
115 * @param doPlay indicates DVR player do or do not start playback after media is prepared.
130 /** Resumes playback. */
148 /** Pauses playback. */
152 throw new IllegalStateException("Recorded program not set or playback no
[all...]

Completed in 63 milliseconds