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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java340 final PrintAttributes printAttributes = new PrintAttributes.Builder().build(); field in class:PageContentRepository.RenderSpec
346 printAttributes.setMediaSize(mediaSize);
347 printAttributes.setMinMargins(minMargins);
368 if (printAttributes != null) {
369 if (!printAttributes.equals(other.printAttributes)) {
372 } else if (other.printAttributes != null) {
388 result = 31 * result + (printAttributes != null ? printAttributes.hashCode() : 0);
843 mRenderSpec.printAttributes, destinatio
[all...]
/frameworks/base/media/java/android/media/
H A DExifInterface.java1485 printAttributes();
1538 private void printAttributes() { method in class:ExifInterface

Completed in 1698 milliseconds