Searched refs:SetScreenComponentRotation (Results 1 – 8 of 8) sorted by relevance
120 void SetScreenComponentRotation(float rotation);
229 void SetScreenComponentRotation(int rotation);
361 HWTEST_F(ScreenPropertyTest, SetScreenComponentRotation, Function | SmallTest | Level2)367 property->SetScreenComponentRotation(rotation);
408 HWTEST_F(ScreenSessionTest, SetScreenComponentRotation, Function | SmallTest | Level2)419 screenSession->SetScreenComponentRotation(rotation);
50 void ScreenProperty::SetScreenComponentRotation(float rotation) in SetScreenComponentRotation() function in OHOS::Rosen::ScreenProperty
583 void ScreenSession::SetScreenComponentRotation(int rotation) in SetScreenComponentRotation() function in OHOS::Rosen::ScreenSession585 property_.SetScreenComponentRotation(static_cast<float>(rotation)); in SetScreenComponentRotation()
317 screenSession->SetScreenComponentRotation(directionInfo.screenRotation_); in UpdateScreenRotationProperty()
2241 screenSession->SetScreenComponentRotation(screenComponentRotation); in UpdateScreenDirectionInfo()