Searched refs:mLeftMils (Results 1 – 2 of 2) sorted by relevance
1224 private final int mLeftMils; field in PrintAttributes.Margins1239 mLeftMils = leftMils; in Margins()1250 return mLeftMils; in getLeftMils()1281 parcel.writeInt(mLeftMils); in writeToParcel()1300 result = prime * result + mLeftMils; in hashCode()1321 if (mLeftMils != other.mLeftMils) { in equals()1337 builder.append("leftMils: ").append(mLeftMils); in toString()
54842 Landroid/print/PrintAttributes$Margins;->mLeftMils:I