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

/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java57 * {@link PlayController} controls the playback such as play/pause, rewind and fast-forward using
150 private final PlayController mPlayController;
177 mPlayController = new PlayController(tvView);
575 private class PlayController { class in class:TimeShiftManager
590 * It is set true when {@link PlayController#pause}, {@link PlayController#rewind},
591 * {@link PlayController#fastForward} and {@link PlayController#seekTo}
597 PlayController(TunableTvView tvView) { method in class:TimeShiftManager.PlayController
606 PlayController
[all...]

Completed in 125 milliseconds