summaryrefslogtreecommitdiffstats
path: root/api/removed.txt
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2014-05-09 17:32:38 -0700
committerAdam Powell <adamp@google.com>2014-05-09 17:32:38 -0700
commit5d4c35d1eabd4b8b58d606099b6664d2611c6fc0 (patch)
treeda2e913d6efac5d7e70e5e68010e1b030b6bb742 /api/removed.txt
parent2322ae82e9bbd0683eb86ae0f70050e76e44a30d (diff)
downloadframeworks_base-5d4c35d1eabd4b8b58d606099b6664d2611c6fc0.zip
frameworks_base-5d4c35d1eabd4b8b58d606099b6664d2611c6fc0.tar.gz
frameworks_base-5d4c35d1eabd4b8b58d606099b6664d2611c6fc0.tar.bz2
Remove the View#initializeScrollbars API
This was never a safe API for apps to call since the TypedArray parameter must have been obtained by filtering on android.R.styleable.View, which is not public. Any behavior in the wild has therefore been undefined. Change-Id: Id19f571c92748ef2a8c036072fd83a417527f779
Diffstat (limited to 'api/removed.txt')
-rw-r--r--api/removed.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/api/removed.txt b/api/removed.txt
index e69de29..8c19d04 100644
--- a/api/removed.txt
+++ b/api/removed.txt
@@ -0,0 +1,8 @@
+package android.view {
+
+ public class View implements android.view.accessibility.AccessibilityEventSource android.graphics.drawable.Drawable.Callback android.view.KeyEvent.Callback {
+ method protected void initializeScrollbars(android.content.res.TypedArray);
+ }
+
+}
+