summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2013-09-05 09:38:02 -0700
committerSvetoslav <svetoslavganov@google.com>2013-09-05 09:50:28 -0700
commita76233ae845da4bc9e3bcd89821701a747215e7b (patch)
treed74d079330fe51f0a80658943ce642ec0d2fb465 /api
parent773f54de3de9bce7b6f915aa47ed686b161d77aa (diff)
downloadframeworks_base-a76233ae845da4bc9e3bcd89821701a747215e7b.zip
frameworks_base-a76233ae845da4bc9e3bcd89821701a747215e7b.tar.gz
frameworks_base-a76233ae845da4bc9e3bcd89821701a747215e7b.tar.bz2
Hiding some unneeded APIs,
1. Hide the MediaSize and Resolution constructors that take package and resource Id. 2. Fix a bug and docs in creating portrait and landscape media size. Change-Id: If59992e355391de6ad6d14d4f7b3be8c8b6cc0e0
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index 3887630..6060f05 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -19068,7 +19068,6 @@ package android.print {
}
public static final class PrintAttributes.MediaSize {
- ctor public PrintAttributes.MediaSize(java.lang.String, java.lang.String, int, int, int);
ctor public PrintAttributes.MediaSize(java.lang.String, java.lang.String, int, int);
method public android.print.PrintAttributes.MediaSize asLandscape();
method public android.print.PrintAttributes.MediaSize asPortrait();
@@ -19119,7 +19118,6 @@ package android.print {
}
public static final class PrintAttributes.Resolution {
- ctor public PrintAttributes.Resolution(java.lang.String, java.lang.String, int, int, int);
ctor public PrintAttributes.Resolution(java.lang.String, java.lang.String, int, int);
method public int getHorizontalDpi();
method public java.lang.String getId();