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

/frameworks/base/core/java/android/print/
H A DPrintAttributes.java1231 * @param bottomMils The bottom margin in mils (thousandths of an inch).
1233 public Margins(int leftMils, int topMils, int rightMils, int bottomMils) { argument
1237 mBottomMils = bottomMils;
1336 builder.append(", bottomMils: ").append(mBottomMils);

Completed in 30 milliseconds