Home
last modified time | relevance | path

Searched defs:oldAttributes (Results 1 – 6 of 6) 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.java842 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout()
1036 PrintAttributes oldAttributes = (PrintAttributes) args.arg2; in handleMessage() local
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java97 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java228 PrintAttributes oldAttributes = mDocumentInfo.attributes != null in update() local
738 RemotePrintDocumentInfo document, PrintAttributes oldAttributes, in LayoutCommand()