Home
last modified time | relevance | path

Searched refs:heightMils (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/print/
DPrintAttributes.java822 int widthMils, int heightMils) { in MediaSize() argument
823 this(id, null, packageName, widthMils, heightMils, labelResId); in MediaSize()
843 @IntRange(from = 1) int widthMils, @IntRange(from = 1) int heightMils) { in MediaSize()
844 this(id, label, null, widthMils, heightMils, 0); in MediaSize()
881 public MediaSize(String id, String label, String packageName, int widthMils, int heightMils, in MediaSize() argument
888 mHeightMils = Preconditions.checkArgumentPositive(heightMils, "heightMils cannot be " + in MediaSize()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java1241 final int heightMils = Integer.parseInt(parser.getAttributeValue(null, in parsePrintJob() local
1249 widthMils, heightMils, labelResId); in parsePrintJob()