summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2013-04-19 13:17:10 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-19 13:17:10 -0700
commit6a341fc793db2ea1360332720644df018f2c279f (patch)
treedc51da4b4f487485305a29dc1b15d2df935e01ed /api
parent14ee0eead6cb7c76a7d77dab3b29d7050c4beed5 (diff)
parentdd240d9a30578930bbf63b6bd9998e940dd16160 (diff)
downloadframeworks_base-6a341fc793db2ea1360332720644df018f2c279f.zip
frameworks_base-6a341fc793db2ea1360332720644df018f2c279f.tar.gz
frameworks_base-6a341fc793db2ea1360332720644df018f2c279f.tar.bz2
am dd240d9a: am 0935f258: Merge "Updating API based on feedback" into jb-mr2-dev
* commit 'dd240d9a30578930bbf63b6bd9998e940dd16160': Updating API based on feedback
Diffstat (limited to 'api')
-rw-r--r--api/current.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/api/current.txt b/api/current.txt
index c1a2df1..5cc8455 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -20307,7 +20307,6 @@ package android.renderscript {
method public deprecated synchronized void resize(int);
method public void setFromFieldPacker(int, android.renderscript.FieldPacker);
method public void setFromFieldPacker(int, int, android.renderscript.FieldPacker);
- method public void setIoInputNotificationHandler(android.renderscript.Allocation.IoInputNotifier);
method public void setSurface(android.view.Surface);
method public void syncAll(int);
field public static final int USAGE_GRAPHICS_CONSTANTS = 8; // 0x8
@@ -20320,10 +20319,6 @@ package android.renderscript {
field public static final int USAGE_SHARED = 128; // 0x80
}
- public static abstract interface Allocation.IoInputNotifier {
- method public abstract void onBufferAvailable(android.renderscript.Allocation);
- }
-
public static final class Allocation.MipmapControl extends java.lang.Enum {
method public static android.renderscript.Allocation.MipmapControl valueOf(java.lang.String);
method public static final android.renderscript.Allocation.MipmapControl[] values();
@@ -20906,13 +20901,6 @@ package android.renderscript {
method public android.renderscript.Script.LaunchOptions setX(int, int);
method public android.renderscript.Script.LaunchOptions setY(int, int);
method public android.renderscript.Script.LaunchOptions setZ(int, int);
- field protected int strategy;
- field protected int xend;
- field protected int xstart;
- field protected int yend;
- field protected int ystart;
- field protected int zend;
- field protected int zstart;
}
public class ScriptC extends android.renderscript.Script {