Lines Matching refs:mForegroundLayer
43 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()
221 createColorLayer("child level 1a", testLayerColor, mForegroundLayer.get()); in TEST_F()
223 createColorLayer("child level 1b", Color::WHITE, mForegroundLayer.get()); in TEST_F()
264 Transaction{}.reparent(childLevel1b, mForegroundLayer).apply(); in TEST_F()