Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DPrintAttributes.java1195 private final int mTopMils; field in PrintAttributes.Margins
1208 mTopMils = topMils; in Margins()
1229 return mTopMils; in getTopMils()
1252 parcel.writeInt(mTopMils); in writeToParcel()
1272 result = prime * result + mTopMils; in hashCode()
1297 if (mTopMils != other.mTopMils) { in equals()
1308 builder.append(", topMils: ").append(mTopMils); in toString()