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