Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp330 std::unique_ptr<InputSurface> fgSurface = makeSurface(100, 100); in TEST_F() local
333 fgSurface->mInputInfo.surfaceInset = 5; in TEST_F()
334 fgSurface->showAt(100, 100); in TEST_F()
337 fgSurface->expectTap(1, 1); in TEST_F()
367 std::unique_ptr<InputSurface> fgSurface = makeSurface(100, 100); in TEST_F() local
370 fgSurface->mInputInfo.surfaceInset = 5; in TEST_F()
371 fgSurface->showAt(100, 100); in TEST_F()
373 fgSurface->doTransaction([&](auto &t, auto &sc) { t.setMatrix(sc, 2.0, 0, 0, 4.0); }); in TEST_F()
377 fgSurface->expectTap(1, 1); in TEST_F()
384 std::unique_ptr<InputSurface> fgSurface = makeSurface(100, 100); in TEST_F() local
[all …]