Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DMirrorLayer_test.cpp41 mChildLayer = createColorLayer("Child layer", Color::GREEN, mParentLayer.get()); in SetUp()
45 t.setCrop(mChildLayer, Rect(0, 0, 400, 400)).show(mChildLayer); in SetUp()
46 t.setPosition(mChildLayer, 50, 50); in SetUp()
48 t.setFlags(mChildLayer, layer_state_t::eLayerOpaque, layer_state_t::eLayerOpaque); in SetUp()
55 mChildLayer = 0; in TearDown()
59 sp<SurfaceControl> mChildLayer; member in android::MirrorLayerTest
64 createColorLayer("Grandchild layer", Color::BLUE, mChildLayer.get()); in TEST_F()
72 sp<SurfaceControl> mirrorLayer = mClient->mirrorSurface(mChildLayer.get()); in TEST_F()
107 Transaction().setColor(mChildLayer, half3{0, 0, 0}).apply(); in TEST_F()
134 Transaction().reparent(mChildLayer, nullptr).apply(); in TEST_F()
[all …]