Searched refs:childSurface (Results 1 – 3 of 3) sorted by relevance
118 SurfaceControl childSurface, int bgColor) { in SplashWindowRecord() argument121 mChildSurface = childSurface; in SplashWindowRecord()
103 SnapshotWindowRecord(SurfaceControlViewHost viewHost, SurfaceControl childSurface, in SnapshotWindowRecord() argument109 mChildSurface = childSurface; in SnapshotWindowRecord()
553 std::unique_ptr<InputSurface> childSurface = makeSurface(100, 100); in TEST_F() local556 childSurface->mInputInfo.surfaceInset = 10; in TEST_F()557 childSurface->showAt(100, 100); in TEST_F()559 childSurface->doTransaction([&](auto& t, auto& sc) { in TEST_F()565 childSurface->expectTap(1, 1); in TEST_F()