Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java73 final int totalPixels = bounds.width() * bounds.height(); in assertColors() local
74 final float primaryRatio = (float) primaryPixels / totalPixels; in assertColors()
82 final float wrongRatio = (float) wrongPixels / totalPixels; in assertColors()
/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.java157 assumeNavigationBarChangesColor(s.backgroundPixels, s.totalPixels()); in assertLightStats()
197 int totalPixels() { in totalPixels() method in LightBarTests.Stats
/cts/tests/tests/widget/src/android/widget/cts/
DMagnifierTest.java997 final int totalPixels = bitmap.getWidth() * bitmap.getHeight(); in assertFourQuadrants() local
1015 assertTrue(1.0f * (totalPixels - quadrantsTotal) / totalPixels <= 0.1f); in assertFourQuadrants()