Searched refs:expectedAlpha (Results 1 – 3 of 3) sorted by relevance
83 uint32_t expectedAlpha = (expectedPixel >> 24) & 0xFF; in pixelDiff() local96 << expectedBlue << "|" << expectedAlpha << std::endl; in pixelDiff()
254 int expectedAlpha = Color.alpha(expectedColor); in areColorsTheSameWithTolerance() local259 int varianceAlpha = Math.abs(sourceAlpha - expectedAlpha); in areColorsTheSameWithTolerance()
600 private void testConservesNotificationDensity(int count, float expectedAlpha) { in testConservesNotificationDensity() argument609 expectedAlpha, mScrimBehind.getViewAlpha(), 0.01f); in testConservesNotificationDensity()