Home
last modified time | relevance | path

Searched refs:nativeSetSurface (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentVideoView.java294 nativeSetSurface(mNativeContentVideoView, null); in surfaceDestroyed()
306 nativeSetSurface(mNativeContentVideoView, in openVideo()
492 private native void nativeSetSurface(long nativeContentVideoView, Surface surface); in nativeSetSurface() method in ContentVideoView