Searched refs:bgSurface (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 329 std::unique_ptr<InputSurface> bgSurface = makeSurface(100, 100); in TEST_F() local 331 bgSurface->showAt(100, 100); in TEST_F() 340 bgSurface->expectTap(1, 1); in TEST_F() 366 std::unique_ptr<InputSurface> bgSurface = makeSurface(100, 100); in TEST_F() local 368 bgSurface->showAt(100, 100); in TEST_F() 380 bgSurface->expectTap(1, 1); in TEST_F() 413 std::unique_ptr<InputSurface> bgSurface = makeSurface(100, 100); in TEST_F() local 417 bgSurface->showAt(10, 10); in TEST_F() 429 std::unique_ptr<InputSurface> bgSurface = makeSurface(100, 100); in TEST_F() local 434 bgSurface->showAt(10, 10); in TEST_F() [all …]
|