Searched refs:SetSurfaceRotation (Results 1 – 12 of 12) sorted by relevance
184 void XComponentControllerNG::SetSurfaceRotation(bool isLock) in SetSurfaceRotation() function in OHOS::Ace::NG::XComponentControllerNG188 pattern->SetSurfaceRotation(isLock); in SetSurfaceRotation()
63 void SetSurfaceRotation(bool isLock) override;
68 virtual void SetSurfaceRotation(bool isLock) {} in SetSurfaceRotation() function
204 void SetSurfaceRotation(bool isLock);
2010 void XComponentPattern::SetSurfaceRotation(bool isLock) in SetSurfaceRotation() function in OHOS::Ace::NG::XComponentPattern2018 handlingSurfaceRenderContext_->SetSurfaceRotation(isLock); in SetSurfaceRotation()
39 MOCK_METHOD1(SetSurfaceRotation, void(bool));
302 xcomponentController_->SetSurfaceRotation(lock); in SetXComponentSurfaceRotation()
673 …DynamicCast<MockRenderContext>(pattern->handlingSurfaceRenderContext_), SetSurfaceRotation(isLock))675 xcomponentController->SetSurfaceRotation(isLock);
1311 pattern->SetSurfaceRotation(true);1343 pattern->SetSurfaceRotation(true);
690 virtual void SetSurfaceRotation(bool isLock) {} in SetSurfaceRotation() function
277 void SetSurfaceRotation(bool isLock) override;
5305 void RosenRenderContext::SetSurfaceRotation(bool isLock) function in OHOS::Ace::NG::RosenRenderContext