summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2015-02-12 10:44:05 +0000
committerNeil Fuller <nfuller@google.com>2015-05-05 14:42:57 +0000
commiteba739b493b03ac25075579997bbbb9b5b6ea9d2 (patch)
tree8f0b64c3eb83abdebb6a5e3c528db82da43ef6c4 /api
parentc68b8776f9518e8789dda81815fdb6764610a274 (diff)
downloadprebuilts_sdk-eba739b493b03ac25075579997bbbb9b5b6ea9d2.zip
prebuilts_sdk-eba739b493b03ac25075579997bbbb9b5b6ea9d2.tar.gz
prebuilts_sdk-eba739b493b03ac25075579997bbbb9b5b6ea9d2.tar.bz2
Remove FloatMath methods
Manually edited to remove the @removed methods. Bug: https://code.google.com/p/android/issues/detail?id=36199 Change-Id: I64aa41e4632a9602d5cd6083e12e0e5f46c552ee
Diffstat (limited to 'api')
-rw-r--r--api/23.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/api/23.txt b/api/23.txt
index 5509fd0..043a81b 100644
--- a/api/23.txt
+++ b/api/23.txt
@@ -31411,14 +31411,6 @@ package android.util {
}
public deprecated class FloatMath {
- method public static float ceil(float);
- method public static float cos(float);
- method public static float exp(float);
- method public static float floor(float);
- method public static float hypot(float, float);
- method public static float pow(float, float);
- method public static float sin(float);
- method public static float sqrt(float);
}
public final class JsonReader implements java.io.Closeable {