Searched defs:oldAttributes (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/tests/coretests/src/android/print/ |
H A D | IPrintManagerParametersTest.java | 104 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter()
|
/aosp12/frameworks/base/core/java/android/print/ |
H A D | IPrintDocumentAdapter.aidl | 35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout()
|
H A D | PrintDocumentAdapter.java | 187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
|
H A D | PrintFileDocumentAdapter.java | 82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
|
H A D | PrintManager.java | 847 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 D | PdfPrintActivity.java | 90 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
|
H A D | ImagePrintActivity.java | 223 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout()
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | RemotePrintDocument.java | 240 PrintAttributes oldAttributes = mDocumentInfo.attributes != null in update() local 740 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand()
|