Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintAttributes.java1225 private final int mTopMils; field in PrintAttributes.Margins
1238 mTopMils = topMils; in Margins()
1259 return mTopMils; in getTopMils()
1282 parcel.writeInt(mTopMils); in writeToParcel()
1302 result = prime * result + mTopMils; in hashCode()
1327 if (mTopMils != other.mTopMils) { in equals()
1338 builder.append(", topMils: ").append(mTopMils); in toString()
/frameworks/base/config/
Dhiddenapi-private-dex.txt68044 Landroid/print/PrintAttributes$Margins;->mTopMils:I