Searched refs:printAttributes (Results 1 – 6 of 6) sorted by relevance
276 final PrintAttributes printAttributes[] = new PrintAttributes[1]; in addAndSelectPrinter() local282 print(printAttributes); in addAndSelectPrinter()299 synchronized (printAttributes) { in addAndSelectPrinter()301 () -> printAttributes[0] == null || in addAndSelectPrinter()302 !printAttributes[0].getMediaSize().equals( in addAndSelectPrinter()303 mFirst), printAttributes::wait); in addAndSelectPrinter()338 synchronized (printAttributes) { in addAndSelectPrinter()340 () -> printAttributes[0] == null || in addAndSelectPrinter()367 synchronized (printAttributes) { in addAndSelectPrinter()369 () -> printAttributes[0] == null || in addAndSelectPrinter()[all …]
363 final PrintAttributes printAttributes = new PrintAttributes.Builder().build(); field in PageContentRepository.RenderSpec369 printAttributes.setMediaSize(mediaSize); in RenderSpec()370 printAttributes.setMinMargins(minMargins); in RenderSpec()391 if (printAttributes != null) { in equals()392 if (!printAttributes.equals(other.printAttributes)) { in equals()395 } else if (other.printAttributes != null) { in equals()411 result = 31 * result + (printAttributes != null ? printAttributes.hashCode() : 0); in hashCode()907 bitmap.getHeight(), mRenderSpec.printAttributes, in doInBackground()
73 PrintAttributes printAttributes = new PrintAttributes.Builder() in onCreate() local76 printManager.print(mJobName, new PdfAdapter(), printAttributes); in onCreate()
150 PrintAttributes printAttributes = new PrintAttributes.Builder() in onProgressUpdate() local155 mPrintJob = printManager.print(mJobName, new ImageAdapter(), printAttributes); in onProgressUpdate()
2048 printAttributes(); in loadAttributes()2066 private void printAttributes() { in printAttributes() method in ExifInterface
28789 Landroid/media/ExifInterface;->printAttributes()V