Searched refs:mExpectedColor (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | MultiDisplayLayerBounds_test.cpp | 77 half3{mExpectedColor.r / 255.0f, mExpectedColor.g / 255.0f, in createColorLayer() 78 mExpectedColor.b / 255.0f}); in createColorLayer() 89 Color mExpectedColor = {63, 63, 195, 255}; member in android::MultiDisplayLayerBoundsTest 106 sc->expectColor(Rect(10, 10, 40, 50), mExpectedColor); in TEST_F() 125 sc->expectColor(Rect(10, 10, 40, 50), mExpectedColor); in TEST_F() 129 sc->expectColor(Rect(10, 10, 40, 50), mExpectedColor); in TEST_F()
|