Searched defs:layerId (Results 1 - 6 of 6) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java163 static native boolean nResizeLayer(int layerId, int width, int height, int[] layerInfo); argument
164 static native void nSetOpaqueLayer(int layerId, boolean isOpaque); argument
165 static native void nSetLayerPaint(int layerId, int nativePaint); argument
166 static native void nSetLayerColorFilter(int layerId, int nativeColorFilter); argument
167 static native void nUpdateTextureLayer(int layerId, int width, int height, boolean opaque, argument
169 static native void nClearLayerTexture(int layerId); argument
170 static native void nSetTextureLayerTransform(int layerId, int matrix); argument
171 static native void nDestroyLayer(int layerId); argument
172 static native void nDestroyLayerDeferred(int layerId); argument
173 static native void nUpdateRenderLayer(int layerId, in argument
175 nCopyLayer(int layerId, int bitmap) argument
[all...]
H A DGLES20Layer.java77 public Finalizer(int layerId) { argument
78 mLayerId = layerId;
/frameworks/base/core/java/android/webkit/
H A DHTML5VideoFullScreen.java270 public void enterFullScreenVideoState(int layerId, argument
H A DHTML5VideoView.java326 public void enterFullScreenVideoState(int layerId, argument
H A DHTML5VideoViewProxy.java140 public static void enterFullScreenVideo(int layerId, String url, argument
156 if (layerId == mHTML5VideoView.getVideoLayerId()) {
171 layerId, savePosition, canSkipPrepare);
175 mHTML5VideoView.enterFullScreenVideoState(layerId, proxy, webView);
765 public void enterFullScreenVideo(int layerId, String url) { argument
766 VideoPlayer.enterFullScreenVideo(layerId, url, this, mWebView);
H A DWebViewClassic.java4666 private boolean isHandleVisible(Point selectionPoint, int layerId) { argument
4673 isVisible = nativeIsPointVisible(mNativeClass, layerId,
8709 String className, int layerId, Picture pict);
8747 private static native void nativeMapLayerRect(int instance, int layerId, argument
8751 private static native void nativeFindMaxVisibleRect(int instance, int layerId, argument
8755 int layerId, int contentX, int contentY);
8708 nativeDumpLayerContentToPicture(int nativeInstance, String className, int layerId, Picture pict) argument
8754 nativeIsPointVisible(int instance, int layerId, int contentX, int contentY) argument

Completed in 212 milliseconds