Searched refs:newAttributes (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java112 * @param newAttributes The new print attributes.
121 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
H A DIPrintDocumentAdapter.aidl33 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes,
H A DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
H A DPrintManager.java413 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
430 mLastLayoutSpec.newAttributes = newAttributes;
538 PrintAttributes newAttributes; field in class:PrintManager.PrintDocumentAdapterDelegate.LayoutSpec
587 layoutSpec.newAttributes, cancellation,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DRemotePrintDocumentAdapter.java67 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
73 mRemoteInterface.layout(oldAttributes, newAttributes, callback, metadata, sequence);

Completed in 106 milliseconds