Searched refs:oldAttributes (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/core/java/android/print/ |
H A D | PrintDocumentAdapter.java | 176 * @param oldAttributes The old print attributes. 186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
|
H A D | IPrintDocumentAdapter.aidl | 35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes,
|
H A D | PrintFileDocumentAdapter.java | 82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, argument
|
H A D | PrintManager.java | 845 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 D | RemotePrintDocument.java | 233 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 D | WorkflowTest.java | 203 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
|
/frameworks/base/core/tests/coretests/src/android/print/ |
H A D | IPrintManagerParametersTest.java | 98 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
|
Completed in 16 milliseconds