Searched defs:widthMils (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintAttributes.java808 * @param widthMils The width in mils (thousandths of an inch).
812 * is empty or the widthMils is less than or equal to zero or the
818 int widthMils, int heightMils) {
819 this(id, null, packageName, widthMils, heightMils, labelResId);
831 * @param widthMils The width in mils (thousandths of an inch).
835 * or the widthMils is less than or equal to zero or the heightMils is less
839 @IntRange(from = 1) int widthMils, @IntRange(from = 1) int heightMils) {
840 this(id, label, null, widthMils, heightMils, 0);
867 * @param widthMils The width in mils (thousandths of an inch).
872 * or the widthMils i
817 MediaSize(String id, String packageName, int labelResId, int widthMils, int heightMils) argument
838 MediaSize(@onNull String id, @NonNull String label, @IntRange(from = 1) int widthMils, @IntRange(from = 1) int heightMils) argument
877 MediaSize(String id, String label, String packageName, int widthMils, int heightMils, int labelResId) argument
[all...]

Completed in 49 milliseconds