Searched defs:videoLayerId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DHTML5VideoInline.java51 HTML5VideoInline(int videoLayerId, int position, boolean skipPrepare) { argument
52 init(videoLayerId, position, skipPrepare);
85 public static SurfaceTexture getSurfaceTexture(int videoLayerId) { argument
87 if (videoLayerId != mVideoLayerUsingSurfaceTexture
97 mVideoLayerUsingSurfaceTexture = videoLayerId;
H A DHTML5VideoFullScreen.java150 HTML5VideoFullScreen(Context context, int videoLayerId, int position, boolean skipPrepare) { argument
155 init(videoLayerId, position, skipPrepare);
H A DHTML5VideoView.java171 public void init(int videoLayerId, int position, boolean skipPrepare) { argument
182 mVideoLayerId = videoLayerId;
H A DHTML5VideoViewProxy.java190 // still the same video by using videoLayerId and treat it differently.
192 WebChromeClient client, int videoLayerId) {
205 && currentVideoLayerId != videoLayerId
218 && currentVideoLayerId == videoLayerId
223 || currentVideoLayerId != videoLayerId
240 mHTML5VideoView = new HTML5VideoInline(videoLayerId, time, skipPrepare);
795 int baseLayer, int videoLayerId, int textureName,
191 play(String url, int time, HTML5VideoViewProxy proxy, WebChromeClient client, int videoLayerId) argument
794 nativeSendSurfaceTexture(SurfaceTexture texture, int baseLayer, int videoLayerId, int textureName, int playerState) argument

Completed in 390 milliseconds