diff options
author | Stephen Hines <srhines@google.com> | 2012-04-20 14:26:06 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2012-05-01 00:29:52 -0700 |
commit | adeb809201fcb77ba2b76a814ae4cdc9dacb326b (patch) | |
tree | 2b19e82372eb7c279c0cc19f9e40df9e2d33bc73 /api | |
parent | 9da1b5d0301e8d13be8c96cbd12dcda04fcf7118 (diff) | |
download | frameworks_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.txt | 1 |
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 { |