Searched refs:IsExpectedRotatableWindow (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_service_utils_test.cpp | 122 …bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::VERTICAL, DisplayOrientation::PORTRAIT, 134 …bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::VERTICAL, DisplayOrientation::PORTRAIT… 145 …bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::VERTICAL, DisplayOrientation::PORTRAIT… 156 …bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL, DisplayOrientation::… 167 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL, 179 bool ret = WmsUtils::IsExpectedRotatableWindow(Orientation::REVERSE_VERTICAL,
|
/ohos5.0/foundation/window/window_manager/wmserver/src/utils/ |
H A D | window_manager_service_utils.cpp | 47 return IsExpectedRotatableWindow(requestOrientation, currentOrientation, flags); in IsExpectedRotateLandscapeWindow() 50 bool WmsUtils::IsExpectedRotatableWindow(Orientation requestOrientation, in IsExpectedRotatableWindow() function in OHOS::Rosen::WmsUtils 56 return IsExpectedRotatableWindow(requestOrientation, currentOrientation, flags, restricted); in IsExpectedRotatableWindow() 59 bool WmsUtils::IsExpectedRotatableWindow(Orientation requestOrientation, in IsExpectedRotatableWindow() function in OHOS::Rosen::WmsUtils
|
/ohos5.0/foundation/window/window_manager/wmserver/include/utils/ |
H A D | window_manager_service_utils.h | 46 static bool IsExpectedRotatableWindow(Orientation requestOrientation, 48 static bool IsExpectedRotatableWindow(Orientation requestOrientation,
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | starting_window.cpp | 138 if (!(displayInfo && WmsUtils::IsExpectedRotatableWindow(orientation, in ChangePropertyByApiVersion()
|
H A D | remote_animation.cpp | 329 … if (displayInfo && WmsUtils::IsExpectedRotatableWindow(dstNode->GetRequestedOrientation(), in GetExpectRect() 755 if (displayInfo && WmsUtils::IsExpectedRotatableWindow(windowNode->GetRequestedOrientation(), in CreateWindowAnimationTarget()
|
H A D | window_layout_policy_cascade.cpp | 454 if (displayInfo && WmsUtils::IsExpectedRotatableWindow(node->GetRequestedOrientation(), in UpdateLayoutRect()
|
H A D | window_root.cpp | 713 if (displayInfo && WmsUtils::IsExpectedRotatableWindow(dstNode->GetRequestedOrientation(), in GetDisplayRectWithoutSystemBarAreas()
|