Home | History | Annotate | Download | only in print

Lines Matching refs:resolution

23 import android.print.PrintAttributes.Resolution;
49 private List<Resolution> mResolutions;
95 mResolutions = new ArrayList<Resolution>(other.mResolutions);
123 public List<Resolution> getResolutions() {
322 mResolutions = new ArrayList<Resolution>();
325 mResolutions.add(Resolution.createFromParcel(parcel));
411 * Adds a supported resolution.
416 * @param resolution A resolution.
423 * @see PrintAttributes.Resolution
425 public Builder addResolution(Resolution resolution, boolean isDefault) {
427 mPrototype.mResolutions = new ArrayList<Resolution>();
430 mPrototype.mResolutions.add(resolution);
510 throw new IllegalStateException("No resolution specified.");
513 resolution specified.");