Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputLayerTest.cpp128 Rect calculateOutputDisplayFrame() { in calculateOutputDisplayFrame() function
132 return mOutputLayer.calculateOutputDisplayFrame(); in calculateOutputDisplayFrame()
138 EXPECT_THAT(calculateOutputDisplayFrame(), RectEq(expected)); in TEST_F()
144 EXPECT_THAT(calculateOutputDisplayFrame(), RectEq(expected)); in TEST_F()
150 EXPECT_THAT(calculateOutputDisplayFrame(), RectEq(expected)); in TEST_F()
157 EXPECT_THAT(calculateOutputDisplayFrame(), RectEq(expected)); in TEST_F()
163 EXPECT_THAT(calculateOutputDisplayFrame(), RectEq(expected)); in TEST_F()
169 EXPECT_THAT(calculateOutputDisplayFrame(), RectEq(expected)); in TEST_F()
175 EXPECT_THAT(calculateOutputDisplayFrame(), RectEq(expected)); in TEST_F()
181 EXPECT_THAT(calculateOutputDisplayFrame(), RectEq(expected)); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayer.h52 virtual Rect calculateOutputDisplayFrame() const;
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp205 Rect OutputLayer::calculateOutputDisplayFrame() const { in calculateOutputDisplayFrame() function in android::compositionengine::impl::OutputLayer
294 mState.displayFrame = calculateOutputDisplayFrame(); in updateCompositionState()