Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputLayerTest.cpp272 Rect calculateOutputDisplayFrame() { in calculateOutputDisplayFrame() function
281 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
287 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
293 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
300 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
306 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
312 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
318 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
324 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
335 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
[all …]
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputLayer.h61 virtual Rect calculateOutputDisplayFrame() const;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DOutputLayer.cpp182 Rect OutputLayer::calculateOutputDisplayFrame() const { in calculateOutputDisplayFrame() function in android::compositionengine::impl::OutputLayer
301 state.displayFrame = calculateOutputDisplayFrame(); in updateCompositionState()