Searched refs:showAt (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 300 virtual void showAt(int x, int y, Rect crop = Rect(0, 0, 100, 100)) { in showAt() function in android::test::InputSurface 369 void showAt(int x, int y, Rect crop = Rect(0, 0, 100, 100)) override { in showAt() function in android::test::BlastInputSurface 457 surface->showAt(100, 100); in TEST_F() 472 surface->showAt(100, 100); in TEST_F() 475 surface2->showAt(200, 200); in TEST_F() 497 surface->showAt(10, 10); in TEST_F() 498 surface2->showAt(10, 10); in TEST_F() 522 bgSurface->showAt(100, 100); in TEST_F() 525 fgSurface->showAt(100, 100); in TEST_F() 537 bgSurface->showAt(100, 100); in TEST_F() [all …]
|