summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2014-05-21 13:35:38 -0700
committerSvetoslav <svetoslavganov@google.com>2014-05-21 13:35:42 -0700
commit95b6fd8b7af276069cbc415da3499d5ab4873c32 (patch)
tree598416045b222268305936db655a869defa1e1ca /api
parent1c7c2a0dfa4c3f42243a2ef7bbdab43c60230d2f (diff)
downloadframeworks_base-95b6fd8b7af276069cbc415da3499d5ab4873c32.zip
frameworks_base-95b6fd8b7af276069cbc415da3499d5ab4873c32.tar.gz
frameworks_base-95b6fd8b7af276069cbc415da3499d5ab4873c32.tar.bz2
Addressing APIs council feedback
bug:15089461 Change-Id: Ifcb003b114e2e50333bb0ef386d99482f7bfaa6e
Diffstat (limited to 'api')
-rw-r--r--api/current.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt
index 3d5cae2..566e7a5 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -11621,13 +11621,13 @@ package android.graphics.pdf {
public final class PdfRenderer implements java.lang.AutoCloseable {
ctor public PdfRenderer(android.os.ParcelFileDescriptor) throws java.io.IOException;
method public void close();
- method public void closePage(android.graphics.pdf.PdfRenderer.Page);
method public int getPageCount();
method public android.graphics.pdf.PdfRenderer.Page openPage(int);
method public boolean shouldScaleForPrinting();
}
- public final class PdfRenderer.Page {
+ public final class PdfRenderer.Page implements java.lang.AutoCloseable {
+ method public void close();
method public int getHeight();
method public int getIndex();
method public int getWidth();