Searched refs:mChildLayer (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | MirrorLayer_test.cpp | 41 t.setCrop(mChildLayer, Rect(0, 0, 400, 400)).show(mChildLayer); in SetUp() 42 t.setPosition(mChildLayer, 50, 50); in SetUp() 51 mChildLayer = 0; in TearDown() 55 sp<SurfaceControl> mChildLayer; member in android::MirrorLayerTest 99 Transaction().setColor(mChildLayer, half3{0, 0, 0}).apply(); in TEST_F() 121 Transaction().reparent(mChildLayer, nullptr).apply(); in TEST_F() 132 Transaction().reparent(grandchild, mChildLayer).apply(); in TEST_F() 143 Transaction().reparent(mChildLayer, mParentLayer).apply(); in TEST_F() 198 mChildLayer.get()); in TEST_F() 244 mirrorLayer = mClient->mirrorSurface(mChildLayer.get()); in TEST_F() [all …]
|