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 627 * @param widthMils The width in mils (thousands of an inch).
631 * is empty or the widthMils is less than or equal to zero or the
637 int widthMils, int heightMils) {
647 if (widthMils <= 0) {
648 throw new IllegalArgumentException("widthMils "
658 mWidthMils = widthMils;
672 * @param widthMils The width in mils (thousands of an inch).
676 * or the widthMils is less than or equal to zero or the heightMils is less
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 739 private static final String ATTR_WIDTH_MILS = "widthMils";
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 194 milliseconds