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

  /frameworks/base/core/java/android/print/pdf/
PrintedPdfDocument.java 67 private static final int POINTS_IN_INCH = 72;
88 * POINTS_IN_INCH);
90 * POINTS_IN_INCH);
95 * POINTS_IN_INCH);
97 * POINTS_IN_INCH);
99 * POINTS_IN_INCH);
101 * POINTS_IN_INCH);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
PdfManipulationService.java 58 private static final int POINTS_IN_INCH = 72;
396 return (int) (((float) mils / MILS_PER_INCH) * POINTS_IN_INCH);

Completed in 56 milliseconds