Searched refs:printAttributes (Results 1 – 4 of 4) 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()341 !printAttributes[0].getMediaSize().equals( in addAndSelectPrinter()342 mSecond), printAttributes::wait); 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()
2047 printAttributes(); in loadAttributes()2065 private void printAttributes() { in printAttributes() method in ExifInterface
25911 Landroid/media/ExifInterface;->printAttributes()V