Searched defs:PrintAttributes (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/print/
H A DPrintAttributes.java39 public final class PrintAttributes implements Parcelable { class in inherits:Parcelable
65 PrintAttributes() { method in class:PrintAttributes
69 private PrintAttributes(Parcel parcel) { method in class:PrintAttributes
232 public PrintAttributes asPortrait() {
237 PrintAttributes attributes = new PrintAttributes();
270 public PrintAttributes asLandscape() {
275 PrintAttributes attributes = new PrintAttributes();
350 PrintAttributes othe
[all...]

Completed in 44 milliseconds