Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintAttributes.java1273 private final int mTopMils; field in PrintAttributes.Margins
1286 mTopMils = topMils; in Margins()
1307 return mTopMils; in getTopMils()
1330 parcel.writeInt(mTopMils); in writeToParcel()
1350 result = prime * result + mTopMils; in hashCode()
1375 if (mTopMils != other.mTopMils) { in equals()
1386 builder.append(", topMils: ").append(mTopMils); in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt44282 Landroid/print/PrintAttributes$Margins;->mTopMils:I