Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp875 auto blueLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P() local
876 blueLayer->setColor(BLUE); in TEST_P()
877 blueLayer->setDisplayFrame(blueRect); in TEST_P()
878 blueLayer->setZOrder(5); in TEST_P()
880 std::vector<std::shared_ptr<TestLayer>> layers = {redLayer, blueLayer}; in TEST_P()