Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
DIPdfEditor.aidl29 void applyPrintAttributes(in PrintAttributes attributes); in applyPrintAttributes() method
DPdfManipulationService.java269 public void applyPrintAttributes(PrintAttributes attributes) { in applyPrintAttributes() method in PdfManipulationService.PdfEditorImpl
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java3211 editor.applyPrintAttributes(mAttributesToApply); in doTransform()