HomeSort by relevance Sort by last modified time
    Searched refs:widthMils (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/print/
PrintAttributes.java 625 * @param widthMils The width in mils (thousands of an inch).
630 * @throws IllegalArgumentException If the widthMils is less than or equal to zero.
636 int widthMils, int heightMils) {
646 if (widthMils <= 0) {
647 throw new IllegalArgumentException("widthMils "
657 mWidthMils = widthMils;
671 * @param widthMils The width in mils (thousands of an inch).
676 * @throws IllegalArgumentException If the widthMils is less than or equal to zero.
679 public MediaSize(String id, String label, int widthMils, int heightMils) {
686 if (widthMils <= 0)
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintSpoolerService.java 716 private static final String ATTR_WIDTH_MILS = "widthMils";
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 261 milliseconds