Searched refs:layerId (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGLES20Layer.java67 public Finalizer(int layerId) { argument
68 mLayerId = layerId;
H A DGLES20Canvas.java151 static native void nResizeLayer(int layerId, int width, int height, int[] layerInfo); argument
152 static native void nUpdateTextureLayer(int layerId, int width, int height, boolean opaque, argument
154 static native void nSetTextureLayerTransform(int layerId, int matrix); argument
155 static native void nDestroyLayer(int layerId); argument
156 static native void nDestroyLayerDeferred(int layerId); argument
157 static native boolean nCopyLayer(int layerId, int bitmap); argument
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoViewProxy.java143 public static void enterFullScreenVideo(int layerId, String url, argument
151 if (layerId == mHTML5VideoView.getVideoLayerId()) {
159 layerId, savePosition, savedIsPlaying);
164 mHTML5VideoView.enterFullScreenVideoState(layerId, proxy, webView);
675 public void enterFullScreenVideo(int layerId, String url) { argument
676 VideoPlayer.enterFullScreenVideo(layerId, url, this, mWebView);
H A DHTML5VideoFullScreen.java237 public void enterFullScreenVideoState(int layerId, argument
H A DHTML5VideoView.java283 public void enterFullScreenVideoState(int layerId, argument
H A DWebViewCore.java492 protected void enterFullscreenForVideoLayer(int layerId, String url) { argument
495 WebView.ENTER_FULLSCREEN_VIDEO, layerId, 0);
H A DWebView.java8647 int layerId = msg.arg1;
8651 mHTML5VideoViewProxy.enterFullScreenVideo(layerId, url);

Completed in 146 milliseconds