Home
last modified time | relevance | path

Searched refs:scaleForPrinting (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/
DPdfDocumentProxy.java210 public native boolean scaleForPrinting(); in scaleForPrinting() method in PdfDocumentProxy
DPdfProcessor.java412 public boolean scaleForPrinting() { in scaleForPrinting() method
415 return mPdfDocument.scaleForPrinting(); in scaleForPrinting()
/packages/providers/MediaProvider/pdf/framework-v/java/android/graphics/pdf/
DPdfRenderer.java287 return mPdfProcessor.scaleForPrinting(); in shouldScaleForPrinting()