Searched refs:testArea (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 1590 const uint8_t testArea = 4; in TEST_P() local 1603 shot->expectColor(Rect(0, 0, testArea, testArea), Color::BLACK); in TEST_P() 1604 shot->expectColor(Rect(size - testArea, 0, right, testArea), Color::BLACK); in TEST_P() 1605 shot->expectColor(Rect(0, bottom - testArea, testArea, bottom), Color::BLACK); in TEST_P() 1606 shot->expectColor(Rect(size - testArea, bottom - testArea, right, bottom), Color::BLACK); in TEST_P() 1614 const uint8_t testArea = 4; in TEST_P() local 1634 shot->expectColor(Rect(0, bottom - testArea, testArea, bottom), Color::BLACK); in TEST_P() 1635 shot->expectColor(Rect(right - testArea, bottom - testArea, right, bottom), Color::BLACK); in TEST_P()
|