diff options
author | Svetoslav <svetoslavganov@google.com> | 2013-09-18 14:38:26 -0700 |
---|---|---|
committer | Svetoslav <svetoslavganov@google.com> | 2013-09-19 10:09:49 -0700 |
commit | 81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2 (patch) | |
tree | 8506e757b6c9d2ac2b7df48ea35d3b9f30003ac3 /api/current.txt | |
parent | f95c9aa7e1229963a4cb92eed46eafc205b03cb3 (diff) | |
download | frameworks_base-81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2.zip frameworks_base-81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2.tar.gz frameworks_base-81d4014c59d2c6cf23b0465e9b8c94b6bfe428e2.tar.bz2 |
Hiding a method that was never meant to be public.
The hide javadoc annotation had a type, thus leaking the API.
bug:10552358
Change-Id: Iec4e203d0786efbe6afbd9b6995f11642935336c
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt index b4e101e..15a19cc 100644 --- a/api/current.txt +++ b/api/current.txt @@ -19114,7 +19114,6 @@ package android.print { } public final class PrintAttributes implements android.os.Parcelable { - method public void clear(); method public int describeContents(); method public int getColorMode(); method public android.print.PrintAttributes.MediaSize getMediaSize(); @@ -31650,8 +31649,6 @@ package android.widget { ctor public NumberPicker(android.content.Context); ctor public NumberPicker(android.content.Context, android.util.AttributeSet); ctor public NumberPicker(android.content.Context, android.util.AttributeSet, int); - method public int computeVerticalScrollOffset(); - method public int computeVerticalScrollRange(); method public java.lang.String[] getDisplayedValues(); method public int getMaxValue(); method public int getMinValue(); |