Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
DMirrorLayer_test.cpp196 sp<SurfaceControl> bufferStateLayer = in TEST_F() local
199 fillBufferStateLayerColor(bufferStateLayer, Color::BLUE, 200, 200); in TEST_F()
200 Transaction().show(bufferStateLayer).apply(); in TEST_F()
211 fillBufferStateLayerColor(bufferStateLayer, Color::WHITE, 200, 200); in TEST_F()
221 Transaction().reparent(bufferStateLayer, nullptr).apply(); in TEST_F()