Searched defs:Resolution (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintAttributes.java45 private Resolution mResolution;
56 mResolution = (parcel.readInt() == 1) ? Resolution.createFromParcel(parcel) : null;
86 public Resolution getResolution() {
97 public void setResolution(Resolution resolution) {
882 * Resolution defines how many points with different color can be placed
887 public static final class Resolution { class in class:PrintAttributes
907 public Resolution(String id, String label, int horizontalDpi, int verticalDpi) { method in class:PrintAttributes.Resolution
976 static Resolution createFromParcel(Parcel parcel) {
977 return new Resolution(
1004 Resolution othe
[all...]

Completed in 19 milliseconds