Searched defs:newAttributes (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java177 * @param newAttributes The new print attributes.
186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
H A DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
H A DPrintManager.java838 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
862 args.arg3 = newAttributes;
1033 PrintAttributes newAttributes = (PrintAttributes) args.arg3;
1043 builder.append("\n newAttributes:").append(newAttributes);
1050 adapter.onLayout(oldAttributes, newAttributes, cancellation,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java739 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) {
744 mNewAttributes.copyFrom(newAttributes);
737 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) argument

Completed in 189 milliseconds