Searched refs:heightMils (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/print/ |
D | PrintAttributes.java | 818 int widthMils, int heightMils) { in MediaSize() argument 819 this(id, null, packageName, widthMils, heightMils, labelResId); in MediaSize() 839 @IntRange(from = 1) int widthMils, @IntRange(from = 1) int heightMils) { in MediaSize() 840 this(id, label, null, widthMils, heightMils, 0); in MediaSize() 877 public MediaSize(String id, String label, String packageName, int widthMils, int heightMils, in MediaSize() argument 884 mHeightMils = Preconditions.checkArgumentPositive(heightMils, "heightMils cannot be " + in MediaSize()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerService.java | 1224 final int heightMils = Integer.parseInt(parser.getAttributeValue(null, in parsePrintJob() local 1232 widthMils, heightMils, labelResId); in parsePrintJob()
|