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

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

Completed in 446 milliseconds