HomeSort by relevance Sort by last modified time
    Searched refs:nativeOnTimeupdate (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/webkit/
HTML5Audio.java 125 nativeOnTimeupdate(position, mNativePointer);
174 nativeOnTimeupdate(mp.getCurrentPosition(), mNativePointer);
320 private native void nativeOnTimeupdate(int position, int nativePointer);
HTML5VideoViewProxy.java 567 nativeOnTimeupdate(msg.arg1, mNativePointer);
697 private native void nativeOnTimeupdate(int position, int nativePointer);

Completed in 122 milliseconds