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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackSeekUi.java23 * itself as a Client to receive events emitted by PlaybackSeekUi and provide data to the
24 * PlaybackSeekUi.
26 public interface PlaybackSeekUi { interface
29 * Client (e.g. PlaybackGlue) to register on PlaybackSeekUi so that it can interact
30 * with Seeking UI. For example client(PlaybackGlue) will pause media when PlaybackSeekUi emits
36 * Called by PlaybackSeekUi to query client if seek is allowed.
37 * @return True if allow PlaybackSeekUi to start seek, false otherwise.
51 * Called by PlaybackSeekUi asking for PlaybackSeekDataProvider. This method will be called
80 * Interface to be implemented by UI widget to support PlaybackSeekUi.

Completed in 1165 milliseconds