Home
last modified time | relevance | path

Searched defs:newAttributes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/print/
DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout()
DPrintDocumentAdapter.java186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
DPrintManager.java519 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout()
733 PrintAttributes newAttributes; field in PrintManager.PrintDocumentAdapterDelegate.LayoutSpec
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
DRemotePrintDocumentAdapter.java67 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout()