Searched refs:oldAttributes (Results 1 - 7 of 7) 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 DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes,
H A DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
H A DPrintManager.java845 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
868 args.arg2 = oldAttributes;
1039 PrintAttributes oldAttributes = (PrintAttributes) args.arg2;
1049 builder.append("\n oldAttributes:").append(oldAttributes);
1057 adapter.onLayout(oldAttributes, newAttributes, cancellation,
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java233 PrintAttributes oldAttributes = mDocumentInfo.attributes != null
236 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback);
728 RemotePrintDocumentInfo document, PrintAttributes oldAttributes,
733 mOldAttributes.copyFrom(oldAttributes);
727 LayoutCommand(Looper looper, IPrintDocumentAdapter adapter, RemotePrintDocumentInfo document, PrintAttributes oldAttributes, PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) argument
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java203 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java98 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,

Completed in 132 milliseconds