Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintDocumentAdapter.java186 public abstract void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
DIPrintDocumentAdapter.aidl35 void layout(in PrintAttributes oldAttributes, in PrintAttributes newAttributes, in layout() argument
DPrintManager.java559 public void layout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in layout() argument
583 args.arg3 = newAttributes; in layout()
754 PrintAttributes newAttributes = (PrintAttributes) args.arg3; in handleMessage() local
764 builder.append("\n newAttributes:").append(newAttributes); in handleMessage()
771 adapter.onLayout(oldAttributes, newAttributes, cancellation, in handleMessage()
DPrintFileDocumentAdapter.java80 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onLayout() argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java709 PrintAttributes newAttributes = printJobInfo.getAttributes(); in onAdvancedPrintOptionsActivityResult() local
711 if (newAttributes != null) { in onAdvancedPrintOptionsActivityResult()
714 MediaSize newMediaSize = newAttributes.getMediaSize(); in onAdvancedPrintOptionsActivityResult()
717 MediaSize newMediaSizePortrait = newAttributes.getMediaSize().asPortrait(); in onAdvancedPrintOptionsActivityResult()
740 Resolution newResolution = newAttributes.getResolution(); in onAdvancedPrintOptionsActivityResult()
758 final int newColorMode = newAttributes.getColorMode(); in onAdvancedPrintOptionsActivityResult()
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd142 PrintAttributes newAttributes,
147 mPdfDocument = new PrintedPdfDocument(getActivity(), newAttributes);
156 int pages = computePageCount(newAttributes);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DRemotePrintDocument.java644 PrintAttributes newAttributes, boolean preview, CommandDoneCallback callback) { in LayoutCommand() argument
649 mNewAttributes.copyFrom(newAttributes); in LayoutCommand()