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.java838 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
861 args.arg2 = oldAttributes;
1032 PrintAttributes oldAttributes = (PrintAttributes) args.arg2;
1042 builder.append("\n oldAttributes:").append(oldAttributes);
1050 adapter.onLayout(oldAttributes, newAttributes, cancellation,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java228 PrintAttributes oldAttributes = mDocumentInfo.attributes != null
231 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
738 RemotePrintDocumentInfo document, PrintAttributes oldAttributes,
743 mOldAttributes.copyFrom(oldAttributes);
737 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) argument

Completed in 106 milliseconds