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

/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DWorkflowTest.java270 final PrintAttributes printAttributes[] = new PrintAttributes[1];
276 print(printAttributes);
293 synchronized (printAttributes) {
295 () -> printAttributes[0] == null ||
296 !printAttributes[0].getMediaSize().equals(
297 mFirst), printAttributes::wait);
332 synchronized (printAttributes) {
334 () -> printAttributes[0] == null ||
335 !printAttributes[0].getMediaSize().equals(
336 mSecond), printAttributes
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java363 final PrintAttributes printAttributes = new PrintAttributes.Builder().build(); field in class:PageContentRepository.RenderSpec
369 printAttributes.setMediaSize(mediaSize);
370 printAttributes.setMinMargins(minMargins);
391 if (printAttributes != null) {
392 if (!printAttributes.equals(other.printAttributes)) {
395 } else if (other.printAttributes != null) {
411 result = 31 * result + (printAttributes != null ? printAttributes.hashCode() : 0);
907 bitmap.getHeight(), mRenderSpec.printAttributes,
[all...]
/frameworks/base/media/java/android/media/
H A DExifInterface.java1743 printAttributes();
1758 private void printAttributes() { method in class:ExifInterface
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java4255 printAttributes();
4261 private void printAttributes() { method in class:ExifInterface

Completed in 79 milliseconds