summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2013-10-09 17:15:36 -0700
committerJason Sams <jsams@google.com>2013-10-09 17:15:44 -0700
commitec44e5dc2f961c4f728babdd17bc4f2b7742750f (patch)
treec2a6ae61351dc5a74b702fe37d3e2247739156e8 /api
parent390ec00c6693fb20004f357901beae919a79329f (diff)
downloadframeworks_base-ec44e5dc2f961c4f728babdd17bc4f2b7742750f.zip
frameworks_base-ec44e5dc2f961c4f728babdd17bc4f2b7742750f.tar.gz
frameworks_base-ec44e5dc2f961c4f728babdd17bc4f2b7742750f.tar.bz2
Utility API for creating types.
Change-Id: I3263cb4440ef3a60cd418f0559b8c5638a9b8bf3
Diffstat (limited to 'api')
-rw-r--r--api/current.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index cba1977..22a0d22 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -22991,6 +22991,9 @@ package android.renderscript {
}
public class Type extends android.renderscript.BaseObj {
+ method public static android.renderscript.Type createX(android.renderscript.RenderScript, android.renderscript.Element, int);
+ method public static android.renderscript.Type createXY(android.renderscript.RenderScript, android.renderscript.Element, int, int);
+ method public static android.renderscript.Type createXYZ(android.renderscript.RenderScript, android.renderscript.Element, int, int, int);
method public int getCount();
method public android.renderscript.Element getElement();
method public int getX();