Home
last modified time | relevance | path

Searched refs:oldAttributes (Results 1 – 6 of 6) 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.java559 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout() argument
582 args.arg2 = oldAttributes; in layout()
753 PrintAttributes oldAttributes = (PrintAttributes) args.arg2; in handleMessage() local
763 builder.append("\n oldAttributes:").append(oldAttributes); in handleMessage()
771 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java215 PrintAttributes oldAttributes = mDocumentInfo.attributes != null in update() local
218 mDocumentInfo, oldAttributes, attributes, preview, mCommandResultCallback); in update()
643 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand() argument
648 mOldAttributes.copyFrom(oldAttributes); in LayoutCommand()
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd141 public void onLayout(PrintAttributes oldAttributes,