Searched refs:mTopMils (Results 1 – 1 of 1) sorted by relevance
1195 private final int mTopMils; field in PrintAttributes.Margins1208 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()