Searched refs:oldAttributes (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/print/ |
D | PrintDocumentAdapter.java | 186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
|
D | IPrintDocumentAdapter.aidl | 35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout() argument
|
D | PrintManager.java | 822 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout() argument 845 args.arg2 = oldAttributes; in layout() 1016 PrintAttributes oldAttributes = (PrintAttributes) args.arg2; in handleMessage() local 1026 builder.append("\n oldAttributes:").append(oldAttributes); in handleMessage() 1034 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
|
D | PrintFileDocumentAdapter.java | 80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | RemotePrintDocument.java | 225 PrintAttributes oldAttributes = mDocumentInfo.attributes != null in update() local 228 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback); in update() 721 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand() argument 726 mOldAttributes.copyFrom(oldAttributes); in LayoutCommand()
|
/frameworks/base/core/tests/coretests/src/android/print/ |
D | IPrintManagerParametersTest.java | 93 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter() argument
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 141 public void onLayout(PrintAttributes oldAttributes,
|