Searched defs:nativeOnPrepared (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
H A D | HTML5Audio.java | 179 nativeOnPrepared(mp.getDuration(), 0, 0, mNativePointer); 355 private native void nativeOnPrepared(int duration, int width, int height, int nativePointer); method in class:HTML5Audio
|
H A D | HTML5VideoViewProxy.java | 623 nativeOnPrepared(duration.intValue(), width.intValue(), 787 private native void nativeOnPrepared(int duration, int width, int height, int nativePointer); method in class:HTML5VideoViewProxy
|
Completed in 49 milliseconds