Searched refs:queryHeight (Results 1 – 6 of 6) sorted by relevance
44 virtual int32_t queryHeight() const = 0;72 int32_t queryHeight() const override;
105 int32_t Surface::queryHeight() const { in queryHeight() function in android::RE::impl::Surface
93 MOCK_CONST_METHOD0(queryHeight, int32_t());
552 mDisplayHeight = mSurface->queryHeight(); in setDisplaySize()
2304 const int displayHeight = renderSurface->queryHeight(); in setupNewDisplayDeviceInternal()
281 EXPECT_CALL(*test->mRenderSurface, queryHeight()).WillOnce(Return(HEIGHT)); in setupNativeWindowSurfaceCreationCallExpectations()1733 EXPECT_CALL(*renderSurface, queryHeight()).WillOnce(Return(oldHeight)); in TEST_F()1774 EXPECT_CALL(*renderSurface, queryHeight()).WillOnce(Return(newHeight)); in TEST_F()