Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp321 void expectFGColor(uint32_t x, uint32_t y) { checkPixel(x, y, 195, 63, 63); } in expectFGColor() function in android::ScreenCapture
4263 sc->expectFGColor(64, 64); in TEST_F()
4273 sc->expectFGColor(127, 127); in EXPECT_INITIAL_STATE()
4307 sc->expectFGColor(126, 126); in EXPECT_CROPPED_STATE()
4316 sc->expectFGColor(64, 64); in EXPECT_RESIZE_STATE()
4317 sc->expectFGColor(191, 191); in EXPECT_RESIZE_STATE()
4328 sc->expectFGColor(96, 96); in TEST_F()
4349 sc->expectFGColor(96, 96); in TEST_F()
4373 sc->expectFGColor(160, 160); in TEST_F()
4394 sc->expectFGColor(74, 74); in TEST_F()
[all …]