Searched refs:totalPixels (Results 1 – 4 of 4) sorted by relevance
73 final int totalPixels = bounds.width() * bounds.height(); in assertColors() local74 final float primaryRatio = (float) primaryPixels / totalPixels; in assertColors()82 final float wrongRatio = (float) wrongPixels / totalPixels; in assertColors()
218 int totalPixels = a.getWidth() * a.getHeight(); in getNonMatching() local219 for (int i = 0; i < totalPixels; i++) { in getNonMatching()225 return ((float) badPixels) / totalPixels; in getNonMatching()
157 assumeNavigationBarChangesColor(s.backgroundPixels, s.totalPixels()); in assertLightStats()197 int totalPixels() { in totalPixels() method in LightBarTests.Stats
997 final int totalPixels = bitmap.getWidth() * bitmap.getHeight(); in assertFourQuadrants() local1015 assertTrue(1.0f * (totalPixels - quadrantsTotal) / totalPixels <= 0.1f); in assertFourQuadrants()