Home
last modified time | relevance | path

Searched defs:oldAttributes (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java104 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter()
/aosp12/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.java847 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout()
1041 PrintAttributes oldAttributes = (PrintAttributes) args.arg2; in handleMessage() local
/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/
H A DPdfPrintActivity.java90 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
H A DImagePrintActivity.java223 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java240 PrintAttributes oldAttributes = mDocumentInfo.attributes != null in update() local
740 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand()