Searched refs:printAttributes (Results 1 – 4 of 4) sorted by relevance
271 final PrintAttributes printAttributes[] = new PrintAttributes[1]; in addAndSelectPrinter() local277 print(printAttributes); in addAndSelectPrinter()294 synchronized (printAttributes) { in addAndSelectPrinter()296 () -> printAttributes[0] == null || in addAndSelectPrinter()297 !printAttributes[0].getMediaSize().equals( in addAndSelectPrinter()298 mFirst), printAttributes::wait); in addAndSelectPrinter()333 synchronized (printAttributes) { in addAndSelectPrinter()335 () -> printAttributes[0] == null || in addAndSelectPrinter()336 !printAttributes[0].getMediaSize().equals( in addAndSelectPrinter()337 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()
1810 printAttributes(); in loadAttributes()1825 private void printAttributes() { in printAttributes() method in ExifInterface
36040 Landroid/media/ExifInterface;->printAttributes()V