Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java104 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter()
/aosp14/frameworks/base/core/java/android/print/
H A DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout()
H A DPrintDocumentAdapter.java187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
H A DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
H A DPrintManager.java871 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout()
1066 PrintAttributes newAttributes = (PrintAttributes) args.arg3; in handleMessage() local
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java741 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java869 PrintAttributes newAttributes = printJobInfo.getAttributes(); in onAdvancedPrintOptionsActivityResult() local