Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DWindowlessSplashWindowCreator.java118 SurfaceControl childSurface, int bgColor) { in SplashWindowRecord() argument
121 mChildSurface = childSurface; in SplashWindowRecord()
DWindowlessSnapshotWindowCreator.java103 SnapshotWindowRecord(SurfaceControlViewHost viewHost, SurfaceControl childSurface, in SnapshotWindowRecord() argument
109 mChildSurface = childSurface; in SnapshotWindowRecord()
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp553 std::unique_ptr<InputSurface> childSurface = makeSurface(100, 100); in TEST_F() local
556 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()