summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-11-21 18:24:23 -0800
committerRomain Guy <romainguy@google.com>2011-11-21 18:27:21 -0800
commitdccf73a50cb2a219182e141bac1d9da82fdaf4d7 (patch)
tree9b49d3a96584d84bc8453eec54ebd4dce6f1313e /api
parente7005ec9582f11744fa74d9c5c9562f9e4be04dc (diff)
downloadframeworks_base-dccf73a50cb2a219182e141bac1d9da82fdaf4d7.zip
frameworks_base-dccf73a50cb2a219182e141bac1d9da82fdaf4d7.tar.gz
frameworks_base-dccf73a50cb2a219182e141bac1d9da82fdaf4d7.tar.bz2
Hide ManagedEGLContext until we are sure this is the correct API.
Change-Id: If54942d342ca8ea348e10231b2aed3e5d3bd701b
Diffstat (limited to 'api')
-rw-r--r--api/current.txt13
1 files changed, 3 insertions, 10 deletions
diff --git a/api/current.txt b/api/current.txt
index b302cf3..23b441b 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -14243,13 +14243,6 @@ package android.opengl {
method public static void texSubImage2D(int, int, int, int, android.graphics.Bitmap, int, int);
}
- public abstract class ManagedEGLContext {
- ctor public ManagedEGLContext(javax.microedition.khronos.egl.EGLContext);
- method public javax.microedition.khronos.egl.EGLContext getContext();
- method public abstract void onTerminate(javax.microedition.khronos.egl.EGLContext);
- method public void terminate();
- }
-
public class Matrix {
ctor public Matrix();
method public static void frustumM(float[], int, float, float, float, float, float, float);
@@ -18432,14 +18425,14 @@ package android.renderscript {
ctor public RSSurfaceView(android.content.Context);
ctor public RSSurfaceView(android.content.Context, android.util.AttributeSet);
method public android.renderscript.RenderScriptGL createRenderScriptGL(android.renderscript.RenderScriptGL.SurfaceConfig);
- method public synchronized void destroyRenderScriptGL();
+ method public void destroyRenderScriptGL();
method public android.renderscript.RenderScriptGL getRenderScriptGL();
method public void pause();
method public void resume();
method public void setRenderScriptGL(android.renderscript.RenderScriptGL);
- method public synchronized void surfaceChanged(android.view.SurfaceHolder, int, int, int);
+ method public void surfaceChanged(android.view.SurfaceHolder, int, int, int);
method public void surfaceCreated(android.view.SurfaceHolder);
- method public synchronized void surfaceDestroyed(android.view.SurfaceHolder);
+ method public void surfaceDestroyed(android.view.SurfaceHolder);
}
public class RSTextureView extends android.view.TextureView implements android.view.TextureView.SurfaceTextureListener {