HomeSort by relevance Sort by last modified time
    Searched full:yinches (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java 38 double yInches = (double) metrics.heightPixels / metrics.ydpi;
39 double diagonalInches = Math.sqrt(Math.pow(xInches, 2) + Math.pow(yInches, 2));

Completed in 27 milliseconds