Searched defs:mBottomMils (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrintAttributes.java1223 private final int mBottomMils; field in class:PrintAttributes.Margins
1237 mBottomMils = bottomMils;
1273 return mBottomMils;
1280 parcel.writeInt(mBottomMils);
1295 result = prime * result + mBottomMils;
1314 if (mBottomMils != other.mBottomMils) {
1336 builder.append(", bottomMils: ").append(mBottomMils);

Completed in 38 milliseconds