Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintAttributes.java789 int widthMils, int heightMils) { in MediaSize() argument
803 if (heightMils <= 0) { in MediaSize()
811 mHeightMils = heightMils; in MediaSize()
831 public MediaSize(String id, String label, int widthMils, int heightMils) { in MediaSize() argument
842 if (heightMils <= 0) { in MediaSize()
849 mHeightMils = heightMils; in MediaSize()
856 int widthMils, int heightMils, int labelResId) { in MediaSize() argument
861 mHeightMils = heightMils; in MediaSize()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java1082 final int heightMils = Integer.parseInt(parser.getAttributeValue(null, in parsePrintJob() local
1090 widthMils, heightMils, labelResId); in parsePrintJob()