Searched refs:mTopMils (Results 1 – 2 of 2) sorted by relevance
1225 private final int mTopMils; field in PrintAttributes.Margins1238 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()
54844 Landroid/print/PrintAttributes$Margins;->mTopMils:I