Searched refs:IsFixedOrientation (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_service_utils_test.cpp | 55 …bool ret = WmsUtils::IsFixedOrientation(Orientation::HORIZONTAL, WindowMode::WINDOW_MODE_FULLSCREE… 66 …bool ret = WmsUtils::IsFixedOrientation(Orientation::SENSOR, WindowMode::WINDOW_MODE_FULLSCREEN, 0… 77 …bool ret = WmsUtils::IsFixedOrientation(Orientation::UNSPECIFIED, WindowMode::WINDOW_MODE_FULLSCRE… 88 …bool ret = WmsUtils::IsFixedOrientation(Orientation::HORIZONTAL, WindowMode::WINDOW_MODE_FULLSCREE… 100 …bool ret = WmsUtils::IsFixedOrientation(Orientation::HORIZONTAL, WindowMode::WINDOW_MODE_FLOATING,…
|
/ohos5.0/foundation/window/window_manager/wmserver/include/utils/ |
H A D | window_manager_service_utils.h | 43 static bool IsFixedOrientation(Orientation orientation, WindowMode mode, uint32_t flags);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/utils/ |
H A D | window_manager_service_utils.cpp | 21 bool WmsUtils::IsFixedOrientation(Orientation orientation, WindowMode mode, uint32_t flags) in IsFixedOrientation() function in OHOS::Rosen::WmsUtils
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy.cpp | 625 …if (!WmsUtils::IsFixedOrientation(requestOrientation, node->GetWindowMode(), node->GetWindowFlags(… in AdjustFixedOrientationRSSurfaceNode() 701 if (WmsUtils::IsFixedOrientation(node->GetRequestedOrientation(), in UpdateSurfaceBounds()
|
H A D | window_node_container.cpp | 485 if (WmsUtils::IsFixedOrientation(nextRotatableWindow->GetRequestedOrientation(), in HandleRemoveWindowDisplayOrientation()
|