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.java559 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
583 args.arg3 = newAttributes;
754 PrintAttributes newAttributes = (PrintAttributes) args.arg3;
764 builder.append("\n newAttributes:").append(newAttributes);
771 adapter.onLayout(oldAttributes, newAttributes, cancellation,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java644 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) {
649 mNewAttributes.copyFrom(newAttributes);
642 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) argument

Completed in 5309 milliseconds