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 127 nativeOnTimeupdate(position, mNativePointer);
181 nativeOnTimeupdate(mp.getCurrentPosition(), mNativePointer);
342 private native void nativeOnTimeupdate(int position, int nativePointer);
HTML5VideoViewProxy.java 613 nativeOnTimeupdate(msg.arg1, mNativePointer);
750 private native void nativeOnTimeupdate(int position, int nativePointer);

Completed in 494 milliseconds