Searched defs:Resolution (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/android/print/ | ||
H A D | PrintAttributes.java | 86 private @Nullable Resolution mResolution; 98 mResolution = (parcel.readInt() == 1) ? Resolution.createFromParcel(parcel) : null; 135 public @Nullable Resolution getResolution() { 146 public void setResolution(Resolution resolution) { 276 Resolution oldResolution = getResolution(); 277 Resolution newResolution = new Resolution( 314 Resolution oldResolution = getResolution(); 315 Resolution newResolution = new Resolution( 1076 public static final class Resolution { class in class:PrintAttributes 1095 public Resolution(@NonNull String id, @NonNull String label, method in class:PrintAttributes.Resolution [all...] |
/frameworks/opt/setupwizard/tools/docs/ | ||
H A D | doclava.jar | META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ... |
Completed in 10 milliseconds