Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display.cpp250 if (orientation == curOrientation_) { in UpdateOrientationStatus()
254 lastOrientation_ = curOrientation_; in UpdateOrientationStatus()
255 curOrientation_ = orientation; in UpdateOrientationStatus()
257 __func__, curOrientation_, lastOrientation_); in UpdateOrientationStatus()
298 …LOGD_IF(DEBUG_PIPELINE, "[%{public}s] curOrientation is %{public}d \n", __func__, curOrientation_); in RcdChooseTopResourceType()
300 switch (curOrientation_) { in RcdChooseTopResourceType()
H A Drs_round_corner_display.h162 ScreenRotation curOrientation_ = ScreenRotation::ROTATION_0; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp952 EXPECT_TRUE(rcdInstance.curOrientation_ == ScreenRotation::INVALID_SCREEN_ROTATION);
961 EXPECT_TRUE(rcdInstance.curOrientation_ == ScreenRotation::ROTATION_180);
968 EXPECT_TRUE(rcdInstance.curOrientation_ == ScreenRotation::ROTATION_180);