Home
last modified time | relevance | path

Searched refs:totalPixels (Results 1 – 2 of 2) sorted by relevance

/cts/tests/pdf/src/android/graphics/pdf/cts/
DUtils.java218 int totalPixels = a.getWidth() * a.getHeight(); in getNonMatching() local
219 for (int i = 0; i < totalPixels; i++) { in getNonMatching()
225 return ((float) badPixels) / totalPixels; in getNonMatching()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java116 (float) s.backgroundPixels / s.totalPixels(), in assertLightStats()
172 int totalPixels() { in totalPixels() method in LightBarTests.Stats