Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DRelativeZ_test.cpp108 sp<SurfaceControl> childLevel1 = in TEST_F() local
111 createColorLayer("child level 2a", Color::BLUE, childLevel1.get()); in TEST_F()
113 createColorLayer("child level 2b", Color::BLACK, childLevel1.get()); in TEST_F()
132 Transaction{}.reparent(childLevel1, nullptr).apply(); in TEST_F()
140 Transaction{}.reparent(childLevel1, mForegroundLayer).apply(); in TEST_F()