summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2014-09-11 00:55:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-11 00:55:06 +0000
commit5b54c9fb2a76b9e6fee508d4d752bb78579a290d (patch)
tree0e55784f8212412b79d70c75b8d5dfb21fd747a9 /api/current.txt
parent7172bdd77c5fb437a0eca8bbf646ac0dd57302f6 (diff)
parent0f491d7513f41449ce50095958f4dd7f5e17df91 (diff)
downloadframeworks_base-5b54c9fb2a76b9e6fee508d4d752bb78579a290d.zip
frameworks_base-5b54c9fb2a76b9e6fee508d4d752bb78579a290d.tar.gz
frameworks_base-5b54c9fb2a76b9e6fee508d4d752bb78579a290d.tar.bz2
Merge "add android.util.SizeF.parseSizeF()" into lmp-dev
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 7bb4e0e..bb8bc16 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -32132,6 +32132,7 @@ package android.util {
ctor public SizeF(float, float);
method public float getHeight();
method public float getWidth();
+ method public static android.util.SizeF parseSizeF(java.lang.String) throws java.lang.NumberFormatException;
}
public class SparseArray implements java.lang.Cloneable {