summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2011-02-16 15:46:12 -0800
committerJesse Wilson <jessewilson@google.com>2011-02-16 17:50:43 -0800
commitf7f9d9c39df22ad6929f001f07588469f77e8bf5 (patch)
treef5b12af320df4d2b6d3c037fe1c2c40056fc200f /api
parent260a13a95edbe41fb8042b96b8c35a8a65546ec0 (diff)
downloadframeworks_base-f7f9d9c39df22ad6929f001f07588469f77e8bf5.zip
frameworks_base-f7f9d9c39df22ad6929f001f07588469f77e8bf5.tar.gz
frameworks_base-f7f9d9c39df22ad6929f001f07588469f77e8bf5.tar.bz2
Expose an API to get a bitmap's size in bytes.
Change-Id: I960c3b02b1ba8d3a8d92aaa98955a159e6f3a228 http://b/3184897
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 1ce49d4..71b77a6 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -76371,6 +76371,17 @@
<parameter name="offsetXY" type="int[]">
</parameter>
</method>
+<method name="getByteCount"
+ return="int"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="getConfig"
return="android.graphics.Bitmap.Config"
abstract="false"