Searched refs:heightMils (Results 1 – 2 of 2) sorted by relevance
789 int widthMils, int heightMils) { in MediaSize() argument803 if (heightMils <= 0) { in MediaSize()811 mHeightMils = heightMils; in MediaSize()831 public MediaSize(String id, String label, int widthMils, int heightMils) { in MediaSize() argument842 if (heightMils <= 0) { in MediaSize()849 mHeightMils = heightMils; in MediaSize()856 int widthMils, int heightMils, int labelResId) { in MediaSize() argument861 mHeightMils = heightMils; in MediaSize()
1082 final int heightMils = Integer.parseInt(parser.getAttributeValue(null, in parsePrintJob() local1090 widthMils, heightMils, labelResId); in parsePrintJob()