Home
last modified time | relevance | path

Searched refs:newAttributes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/print/
DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout() argument
DPrintDocumentAdapter.java187 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
DPrintManager.java847 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout() argument
871 args.arg3 = newAttributes; in layout()
1042 PrintAttributes newAttributes = (PrintAttributes) args.arg3; in handleMessage() local
1052 builder.append("\n newAttributes:").append(newAttributes); in handleMessage()
1059 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
DPrintFileDocumentAdapter.java82 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java204 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in print()
208 !newAttributes.equals(printAttributesRef[0])); in print()
211 printAttributesRef[0] = newAttributes; in print()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java870 PrintAttributes newAttributes = printJobInfo.getAttributes(); in onAdvancedPrintOptionsActivityResult() local
872 if (newAttributes != null) { in onAdvancedPrintOptionsActivityResult()
875 MediaSize newMediaSize = newAttributes.getMediaSize(); in onAdvancedPrintOptionsActivityResult()
878 MediaSize newMediaSizePortrait = newAttributes.getMediaSize().asPortrait(); in onAdvancedPrintOptionsActivityResult()
901 Resolution newResolution = newAttributes.getResolution(); in onAdvancedPrintOptionsActivityResult()
919 final int newColorMode = newAttributes.getColorMode(); in onAdvancedPrintOptionsActivityResult()
934 final int newDuplexMode = newAttributes.getDuplexMode(); in onAdvancedPrintOptionsActivityResult()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java735 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand() argument
740 mNewAttributes.copyFrom(newAttributes); in LayoutCommand()
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java99 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in createMockAdapter() argument