Home
last modified time | relevance | path

Searched refs:printAttributes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DWorkflowTest.java343 final PrintAttributes printAttributes[] = new PrintAttributes[1]; in addAndSelectPrinter() local
349 print(printAttributes); in addAndSelectPrinter()
366 synchronized (printAttributes) { in addAndSelectPrinter()
368 () -> printAttributes[0] == null || in addAndSelectPrinter()
369 !printAttributes[0].getMediaSize().equals( in addAndSelectPrinter()
370 mFirst), printAttributes::wait); in addAndSelectPrinter()
405 synchronized (printAttributes) { in addAndSelectPrinter()
407 () -> printAttributes[0] == null || in addAndSelectPrinter()
408 !printAttributes[0].getMediaSize().equals( in addAndSelectPrinter()
409 mSecond), printAttributes::wait); in addAndSelectPrinter()
[all …]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java363 final PrintAttributes printAttributes = new PrintAttributes.Builder().build(); field in PageContentRepository.RenderSpec
369 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()
/frameworks/base/media/java/android/media/
DExifInterface.java1742 printAttributes(); in loadAttributes()
1757 private void printAttributes() { in printAttributes() method in ExifInterface
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java4249 printAttributes();
4255 private void printAttributes() {