Home
last modified time | relevance | path

Searched defs:newAttributes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/print/
DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout()
DPrintDocumentAdapter.java186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
DPrintManager.java822 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout()
1017 PrintAttributes newAttributes = (PrintAttributes) args.arg3; in handleMessage() local
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java93 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java721 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java794 PrintAttributes newAttributes = printJobInfo.getAttributes(); in onAdvancedPrintOptionsActivityResult() local