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

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

Completed in 54 milliseconds