Searched refs:showAt (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 147 void showAt(int x, int y) { in showAt() function in android::test::InputSurface 262 surface->showAt(100, 100); in TEST_F() 271 surface->showAt(100, 100); in TEST_F() 274 surface2->showAt(200, 200); in TEST_F() 300 surface->showAt(10, 10); in TEST_F() 301 surface2->showAt(10, 10); in TEST_F() 331 bgSurface->showAt(100, 100); in TEST_F() 334 fgSurface->showAt(100, 100); in TEST_F() 347 parentSurface->showAt(100, 100); in TEST_F() 350 childSurface->showAt(100, 100); in TEST_F() [all …]
|