Home | History | Annotate | Download | only in ui

Lines Matching refs:PrintAttributes

50 import android.print.PrintAttributes;
51 import android.print.PrintAttributes.MediaSize;
52 import android.print.PrintAttributes.Resolution;
257 mPrintJob.setAttributes(new PrintAttributes.Builder().build());
802 PrintAttributes currAttributes = mPrintJob.getAttributes();
803 PrintAttributes newAttributes = printJobInfo.getAttributes();
1082 PrintAttributes defaults = capabilities.getDefaults();
1088 PrintAttributes attributes = mPrintJob.getAttributes();
1591 PrintAttributes defaultAttributes = capabilities.getDefaults();
1603 PrintAttributes attributes = mPrintJob.getAttributes();
2011 PrintAttributes attributes = mPrintJob.getAttributes();
2014 if (colorMode != PrintAttributes.COLOR_MODE_COLOR
2015 && colorMode != PrintAttributes.COLOR_MODE_MONOCHROME) {
2044 PrintAttributes attributes = mDestinationSpinnerAdapter.getPdfPrinter() == mCurrentPrinter
2565 builder.setColorModes(PrintAttributes.COLOR_MODE_COLOR
2566 | PrintAttributes.COLOR_MODE_MONOCHROME, PrintAttributes.COLOR_MODE_COLOR);
2727 PrintAttributes attributes = mPrintJob.getAttributes();
2748 PrintAttributes attributes = mPrintJob.getAttributes();
2966 private final PrintAttributes mAttributesToApply;
2971 MutexFileProvider fileProvider, PrintAttributes attributes,