Home
last modified time | relevance | path

Searched refs:IsExpectedRotatableWindow (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_utils_test.cpp122 …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 Dwindow_manager_service_utils.cpp47 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 Dwindow_manager_service_utils.h46 static bool IsExpectedRotatableWindow(Orientation requestOrientation,
48 static bool IsExpectedRotatableWindow(Orientation requestOrientation,
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dstarting_window.cpp138 if (!(displayInfo && WmsUtils::IsExpectedRotatableWindow(orientation, in ChangePropertyByApiVersion()
H A Dremote_animation.cpp329 … if (displayInfo && WmsUtils::IsExpectedRotatableWindow(dstNode->GetRequestedOrientation(), in GetExpectRect()
755 if (displayInfo && WmsUtils::IsExpectedRotatableWindow(windowNode->GetRequestedOrientation(), in CreateWindowAnimationTarget()
H A Dwindow_layout_policy_cascade.cpp454 if (displayInfo && WmsUtils::IsExpectedRotatableWindow(node->GetRequestedOrientation(), in UpdateLayoutRect()
H A Dwindow_root.cpp713 if (displayInfo && WmsUtils::IsExpectedRotatableWindow(dstNode->GetRequestedOrientation(), in GetDisplayRectWithoutSystemBarAreas()