summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2015-02-12 10:13:45 +0000
committerNeil Fuller <nfuller@google.com>2015-05-07 13:16:18 +0000
commitd6a213526251896b7f9928334a17ae0dd97669ba (patch)
tree816f9e042fd3110fd8a02a3b79bc4e9c17725a91 /api/removed.txt
parentdbf62ace0dcb671f5eaa97c0dfa75e39bc9c88be (diff)
downloadframeworks_base-d6a213526251896b7f9928334a17ae0dd97669ba.zip
frameworks_base-d6a213526251896b7f9928334a17ae0dd97669ba.tar.gz
frameworks_base-d6a213526251896b7f9928334a17ae0dd97669ba.tar.bz2
Remove FloatMath methods from the API
Also removing FloatMathTest. The tests are being moved into a legacy CTS suite. Bug: https://code.google.com/p/android/issues/detail?id=36199 Change-Id: I397fd6bcc4d988db6301245f9d47460bd6c28821
Diffstat (limited to 'api/removed.txt')
-rw-r--r--api/removed.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/api/removed.txt b/api/removed.txt
index 5e77e15..0046a70 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -108,6 +108,21 @@ package android.text.format {
}
+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);
+ }
+
+}
+
package android.view {
public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback {