Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp183 mBackgroundLayer = in SetUp()
189 .setLayer(mBackgroundLayer, layerPositionBottom) in SetUp()
190 .setPosition(mBackgroundLayer, 100, 100) in SetUp()
191 .setColor(mBackgroundLayer, half3{0.5, 0.5, 0.5}) in SetUp()
192 .show(mBackgroundLayer) in SetUp()
210 .show(mBackgroundLayer) in SetUp()
231 sp<SurfaceControl> mBackgroundLayer; member
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp5950 mBackgroundLayer = createColorLayer("Background layer", Color::RED); in SetUp()
5957 t.setLayer(mBackgroundLayer, INT32_MAX - 2).show(mBackgroundLayer); in SetUp()
5964 mBackgroundLayer = 0; in TearDown()
5968 sp<SurfaceControl> mBackgroundLayer; member in android::RelativeZTest
5981 createColorLayer("Child layer", Color::BLUE, mBackgroundLayer.get()); in TEST_F()
6001 Transaction{}.reparent(childLayer, mBackgroundLayer->getHandle()).apply(); in TEST_F()