Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintAttributes.java852 private final @IntRange(from = 1) int mHeightMils; field in PrintAttributes.MediaSize
936 mHeightMils = Preconditions.checkArgumentPositive(heightMils, "heightMils cannot be " + in MediaSize()
993 return mHeightMils; in getHeightMils()
1004 return mHeightMils >= mWidthMils; in isPortrait()
1019 Math.min(mWidthMils, mHeightMils), in asPortrait()
1020 Math.max(mWidthMils, mHeightMils), in asPortrait()
1036 Math.max(mWidthMils, mHeightMils), in asLandscape()
1037 Math.min(mWidthMils, mHeightMils), in asLandscape()
1046 parcel.writeInt(mHeightMils); in writeToParcel()
1065 result = prime * result + mHeightMils; in hashCode()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44290 Landroid/print/PrintAttributes$MediaSize;->mHeightMils:I