Home
last modified time | relevance | path

Searched refs:widthInInchesSquared (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/content/src/android/content/pm/cts/
DFeatureTest.java121 double widthInInchesSquared = Math.pow(dm.widthPixels/dm.xdpi,2); in getScreenSizeInInches() local
123 return Math.sqrt(widthInInchesSquared + heightInInchesSquared); in getScreenSizeInInches()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1451 double widthInInchesSquared = Math.pow(dm.widthPixels/dm.xdpi,2); in getScreenSizeInInches() local
1453 double diagonalInInches = Math.sqrt(widthInInchesSquared + heightInInchesSquared); in getScreenSizeInInches()
/cts/tests/camera/src/android/hardware/camera2/cts/
DLogicalCameraDeviceTest.java1363 double widthInInchesSquared = Math.pow(dm.widthPixels / dm.xdpi, 2); in getScreenSizeInInches() local
1365 return Math.sqrt(widthInInchesSquared + heightInInchesSquared); in getScreenSizeInInches()