Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp345 std::unique_ptr<InputSurface> parentSurface = makeSurface(100, 100); in TEST_F() local
347 parentSurface->showAt(100, 100); in TEST_F()
354 t.reparent(sc, parentSurface->mSurfaceControl->getHandle()); in TEST_F()
361 parentSurface->expectTap(1, 1); in TEST_F()