summaryrefslogtreecommitdiffstats
path: root/api/11.xml
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-01-20 18:17:25 -0800
committerStephen Hines <srhines@google.com>2011-01-20 18:17:25 -0800
commite9f5c1894bb3fd0d86b769329037790a474f14c1 (patch)
tree4bf5392fae9e2340ff55d708ed4e55d6ec20ba49 /api/11.xml
parent2e0f0bb3fe63c51fa3154f8ed17bfaf611edbf5d (diff)
downloadframeworks_base-e9f5c1894bb3fd0d86b769329037790a474f14c1.zip
frameworks_base-e9f5c1894bb3fd0d86b769329037790a474f14c1.tar.gz
frameworks_base-e9f5c1894bb3fd0d86b769329037790a474f14c1.tar.bz2
Properly use Long2 for "UInt2" for FieldPacker.
We were misusing this API, since it requires the additional precision of the next size up on unsigned versions of types. Change-Id: Ic3c87f681ac6705ae0b36a3464ce0d63737945fd
Diffstat (limited to 'api/11.xml')
-rw-r--r--api/11.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/11.xml b/api/11.xml
index 5f3cd51..28e1a16 100644
--- a/api/11.xml
+++ b/api/11.xml
@@ -168747,7 +168747,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="v" type="android.renderscript.Int2">
+<parameter name="v" type="android.renderscript.Long2">
</parameter>
</method>
<method name="addU32"
@@ -168760,7 +168760,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="v" type="android.renderscript.Int3">
+<parameter name="v" type="android.renderscript.Long3">
</parameter>
</method>
<method name="addU32"
@@ -168773,7 +168773,7 @@
deprecated="not deprecated"
visibility="public"
>
-<parameter name="v" type="android.renderscript.Int4">
+<parameter name="v" type="android.renderscript.Long4">
</parameter>
</method>
<method name="addU64"