Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTypeAndRenderTypeTransaction_test.cpp784 sp<SurfaceControl> behindLayer = createColorLayer("Behind layer", Color::RED); in TEST_P() local
792 .setLayerStack(behindLayer, mDisplayLayerStack) in TEST_P()
793 .setCrop(behindLayer, crop) in TEST_P()
794 .setLayer(behindLayer, INT32_MAX - 2) in TEST_P()
795 .show(behindLayer) in TEST_P()