Searched refs:testLayerColor (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | RelativeZ_test.cpp | 212 Color testLayerColor = {255, 100, 0, 255}; in TEST_F() local 221 createColorLayer("child level 1a", testLayerColor, mForegroundLayer.get()); in TEST_F() 240 sc->expectColor(Rect(0, 0, mDisplayWidth, mDisplayHeight), testLayerColor); in TEST_F() 269 sc->expectColor(Rect(0, 0, mDisplayWidth, mDisplayHeight), testLayerColor); in TEST_F()
|