summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2012-04-20 14:26:06 -0700
committerStephen Hines <srhines@google.com>2012-05-01 00:29:52 -0700
commitadeb809201fcb77ba2b76a814ae4cdc9dacb326b (patch)
tree2b19e82372eb7c279c0cc19f9e40df9e2d33bc73 /api
parent9da1b5d0301e8d13be8c96cbd12dcda04fcf7118 (diff)
downloadframeworks_base-adeb809201fcb77ba2b76a814ae4cdc9dacb326b.zip
frameworks_base-adeb809201fcb77ba2b76a814ae4cdc9dacb326b.tar.gz
frameworks_base-adeb809201fcb77ba2b76a814ae4cdc9dacb326b.tar.bz2
Start passing element/dim information along with FieldPacker.
BUG=6009244 Change-Id: I3c82c8b40c899b875831f53cf0ad82ea36c1a043
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 94dcbbd..6aaeff1 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -19239,6 +19239,7 @@ package android.renderscript {
method public deprecated void setVar(int, boolean);
method public deprecated void setVar(int, android.renderscript.BaseObj);
method public deprecated void setVar(int, android.renderscript.FieldPacker);
+ method public deprecated void setVar(int, android.renderscript.FieldPacker, android.renderscript.Element, int[]);
}
public static class Script.Builder {