Home
last modified time | relevance | path

Searched refs:oldAttributes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/print/
DPrintDocumentAdapter.java186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout() argument
DPrintManager.java845 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout() argument
868 args.arg2 = oldAttributes; in layout()
1039 PrintAttributes oldAttributes = (PrintAttributes) args.arg2; in handleMessage() local
1049 builder.append("\n oldAttributes:").append(oldAttributes); in handleMessage()
1057 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java233 PrintAttributes oldAttributes = mDocumentInfo.attributes != null in update() local
236 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback); in update()
728 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand() argument
733 mOldAttributes.copyFrom(oldAttributes); in LayoutCommand()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java203 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in print()
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java98 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter() argument