HomeSort by relevance Sort by last modified time
    Searched refs:onCompletion (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
AwaitableCompletionListener.java 36 public void onCompletion(MediaPlayer mp) {
  /libcore/luni/src/main/java/java/util/concurrent/
CountedCompleter.java 18 * to trigger the completion action {@link #onCompletion(CountedCompleter)},
44 * optionally override method {@link #onCompletion(CountedCompleter)}
102 * implementation of method {@code onCompletion} is not overridden).
161 * in this tree implements an {@link #onCompletion(CountedCompleter)} method,
240 * in method {@link #onCompletion(CountedCompleter)}. As illustrated in the following
244 * sibling, so that it can be accessed in method {@code onCompletion}.
281 * public void onCompletion(CountedCompleter<?> caller) {
299 * Here, method {@code onCompletion} takes a form common to many
310 * actions inside {@code onCompletion} occur (once) upon completion of
315 * <p><b>Completion Traversals</b>. If using {@code onCompletion} t
    [all...]
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 77 void onCompletion();
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
Player.java 77 void onCompletion();
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
Player.java 80 void onCompletion();
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
Player.java 77 void onCompletion();
  /packages/apps/Gallery/src/com/android/camera/
MovieView.java 50 public void onCompletion() {
MovieViewControl.java 118 onCompletion();
236 public void onCompletion(MediaPlayer mp) {
237 onCompletion();
240 public void onCompletion() {
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaPlayerListener.java 95 public void onCompletion(MediaPlayer mp) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaPlayer.java 179 completionListener.onCompletion( player );
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackQueueItem.java 78 public void onCompletion(MediaPlayer mp) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java 256 onCompletion();
360 public void onCompletion(MediaPlayer mp) {
362 onCompletion();
365 public void onCompletion() {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoViewLegacy.java 255 protected void onCompletion() {
256 super.onCompletion();
ContentVideoView.java 239 onCompletion();
264 onCompletion();
312 protected void onCompletion() {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 143 public void onCompletion(MediaPlayer arg0) {
144 Log.d(TAG, "onCompletion called");
AudioFxDemo.java 86 public void onCompletion(MediaPlayer mediaPlayer) {
  /packages/apps/Mms/src/com/android/mms/ui/
AudioAttachmentView.java 95 public void onCompletion(MediaPlayer mp) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 59 private static final Object onCompletion = new Object();
747 public void onCompletion(MediaPlayer mp) {
748 synchronized (onCompletion) {
750 onCompletion.notify();
827 synchronized(onCompletion){
829 onCompletion.wait(waittime + buffertime);
  /libcore/jsr166-tests/src/test/java/jsr166/
CountedCompleterTest.java 224 public void onCompletion(CountedCompleter caller) {
226 super.onCompletion(caller);
422 * which case causes completion, without invoking onCompletion
524 public final void onCompletion(CountedCompleter caller) {
525 super.onCompletion(caller);
538 public final void onCompletion(CountedCompleter caller) {
539 super.onCompletion(caller);
575 public final void onCompletion(CountedCompleter caller) {
576 super.onCompletion(caller);
589 public final void onCompletion(CountedCompleter caller)
    [all...]
  /frameworks/base/core/java/android/widget/
VideoView.java 482 public void onCompletion(MediaPlayer mp) {
489 mOnCompletionListener.onCompletion(mMediaPlayer);
545 mOnCompletionListener.onCompletion(mMediaPlayer);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
VideoViewTest.java 99 public void onCompletion(MediaPlayer mp) {
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
TransportControllerActivity.java 202 public void onCompletion(MediaPlayer mp) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
VideoViewTest.java 155 public void onCompletion(MediaPlayer mp) {}
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 143 public void onCompletion(MediaPlayer mp) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
NotificationPlayer.java 225 public void onCompletion(MediaPlayer mp) {
228 if (mDebug) Log.d(mTag, "onCompletion() abandonning AudioFocus");
232 if (mDebug) Log.d(mTag, "onCompletion() no need to abandon AudioFocus");

Completed in 739 milliseconds

1 2 3 4