Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestPixelComparator.cpp83 uint32_t expectedAlpha = (expectedPixel >> 24) & 0xFF; in pixelDiff() local
96 << expectedBlue << "|" << expectedAlpha << std::endl; in pixelDiff()
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java254 int expectedAlpha = Color.alpha(expectedColor); in areColorsTheSameWithTolerance() local
259 int varianceAlpha = Math.abs(sourceAlpha - expectedAlpha); in areColorsTheSameWithTolerance()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java600 private void testConservesNotificationDensity(int count, float expectedAlpha) { in testConservesNotificationDensity() argument
609 expectedAlpha, mScrimBehind.getViewAlpha(), 0.01f); in testConservesNotificationDensity()