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

/frameworks/base/core/java/android/print/
H A DPrintDocumentAdapter.java176 * @param oldAttributes The old 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
582 args.arg2 = oldAttributes;
753 PrintAttributes oldAttributes = (PrintAttributes) args.arg2;
763 builder.append("\n oldAttributes:").append(oldAttributes);
771 adapter.onLayout(oldAttributes, newAttributes, cancellation,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java215 PrintAttributes oldAttributes = mDocumentInfo.attributes != null
218 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
643 RemotePrintDocumentInfo document, PrintAttributes oldAttributes,
648 mOldAttributes.copyFrom(oldAttributes);
642 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) argument

Completed in 1241 milliseconds