Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp112 sc->expectFGColor(127, 127); in EXPECT_INITIAL_STATE()
140 sc->expectFGColor(126, 126); in EXPECT_CROPPED_STATE()
149 sc->expectFGColor(64, 64); in EXPECT_RESIZE_STATE()
150 sc->expectFGColor(191, 191); in EXPECT_RESIZE_STATE()
172 sc->expectFGColor(74, 74); in TEST_F()
188 sc->expectFGColor(75, 75); in TEST_F()
202 sc->expectFGColor(1, 1); in TEST_F()
226 sc->expectFGColor(75, 75); in TEST_F()
264 mCapture->expectFGColor(64, 64); in TEST_F()
268 mCapture->expectFGColor(84, 84); in TEST_F()
[all …]
DScreenCapture_test.cpp174 mCapture->expectFGColor(10, 10); in TEST_F()
292 mCapture->expectFGColor(10, 10); in TEST_F()
318 mCapture->expectFGColor(10, 10); in TEST_F()
400 mCapture->expectFGColor(10, 10); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h177 void expectFGColor(uint32_t x, uint32_t y) { checkPixel(x, y, 195, 63, 63); } in expectFGColor() function