Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DRelativeZ_test.cpp43 mForegroundLayer = createColorLayer("Foreground layer", Color::GREEN); in SetUp()
48 t.setLayer(mForegroundLayer, INT32_MAX - 1).show(mForegroundLayer); in SetUp()
55 mForegroundLayer = 0; in TearDown()
59 sp<SurfaceControl> mForegroundLayer; member in android::RelativeZTest
73 Transaction{}.setRelativeLayer(childLayer, mForegroundLayer, 1).show(childLayer).apply(); in TEST_F()
109 createColorLayer("child level 1", Color::WHITE, mForegroundLayer.get()); in TEST_F()
140 Transaction{}.reparent(childLevel1, mForegroundLayer).apply(); in TEST_F()
157 createColorLayer("Child layer", Color::BLUE, mForegroundLayer.get()); in TEST_F()
159 createColorLayer("Relative layer", Color::WHITE, mForegroundLayer.get()); in TEST_F()
199 Transaction{}.reparent(childLayer, mForegroundLayer).apply(); in TEST_F()
[all …]