Lines Matching refs:calculateOutputDisplayFrame
272 Rect calculateOutputDisplayFrame() { in calculateOutputDisplayFrame() function
275 return mOutputLayer.calculateOutputDisplayFrame(); in calculateOutputDisplayFrame()
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()
345 EXPECT_THAT(calculateOutputDisplayFrame(), expected); in TEST_F()
532 MOCK_CONST_METHOD0(calculateOutputDisplayFrame, Rect());
562 EXPECT_CALL(mOutputLayer, calculateOutputDisplayFrame()).WillOnce(Return(kDisplayFrame)); in setupGeometryChildCallValues()