Searched refs:mLeftMils (Results 1 – 2 of 2) sorted by relevance
1272 private final int mLeftMils; field in PrintAttributes.Margins1287 mLeftMils = leftMils; in Margins()1298 return mLeftMils; in getLeftMils()1329 parcel.writeInt(mLeftMils); in writeToParcel()1348 result = prime * result + mLeftMils; in hashCode()1369 if (mLeftMils != other.mLeftMils) { in equals()1385 builder.append("leftMils: ").append(mLeftMils); in toString()
44280 Landroid/print/PrintAttributes$Margins;->mLeftMils:I