Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp282 Rect calculateOutputDisplayFrame() { in calculateOutputDisplayFrame() function
285 return mOutputLayer.calculateOutputDisplayFrame(); in calculateOutputDisplayFrame()
291 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
297 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
303 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
310 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
316 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
322 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
328 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
334 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayer.h78 virtual Rect calculateOutputDisplayFrame() const;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp189 Rect OutputLayer::calculateOutputDisplayFrame() const { in calculateOutputDisplayFrame() function in android::compositionengine::impl::OutputLayer
367 state.displayFrame = calculateOutputDisplayFrame(); in updateCompositionState()