예제 #1
0
 /**
  * Performs the functionality to stop the progress polling, and stop any other procedures from
  * running that we no longer need.
  */
 private void onPlaybackEnded() {
   stopPlayback();
   pollRepeater.stop();
 }
예제 #2
0
 /** Stops the progress poll (see {@link #startProgressPoll()}) */
 public void stopProgressPoll() {
   if (defaultControls == null) {
     pollRepeater.stop();
   }
 }
예제 #3
0
 /**
  * Performs the functionality to stop the progress polling, and stop any other procedures from
  * running that we no longer need.
  */
 protected void onPlaybackEnded() {
   stopPlayback();
   pollRepeater.stop();
 }