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

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DVideoViewTest.java143 public void onPrepared(MediaPlayer mp) {} method in class:VideoViewTest.TestPreparedListener
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DMediaPlayerPrivateAndroid.h92 virtual void onPrepared(int duration, int width, int height) { } function in class:WebCore::MediaPlayerPrivate
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp308 // the onPrepared event, update the intrinsic size to the size
324 void onPrepared(int duration, int width, int height) function in class:WebCore::MediaPlayerVideoPrivate
533 void onPrepared(int duration, int width, int height) function in class:WebCore::MediaPlayerAudioPrivate
566 player->onPrepared(duration, width, height);

Completed in 176 milliseconds