Home
last modified time | relevance | path

Searched refs:GetWindowModeSupportType (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp121 node->GetWindowModeSupportType(), transitionInfo_));
135 node->GetWindowModeSupportType(), transitionInfo_));
147 node->GetWindowModeSupportType(), transitionInfo_));
162 node->GetWindowModeSupportType(), transitionInfo_));
H A Dwindow_node_test.cpp642 ASSERT_EQ(WindowModeSupport::WINDOW_MODE_SUPPORT_ALL, windowNode->GetWindowModeSupportType());
644 …SERT_EQ(WindowModeSupport::WINDOW_MODE_SUPPORT_FULLSCREEN, windowNode->GetWindowModeSupportType());
H A Dremote_animation_test.cpp250 dstNode->GetWindowModeSupportType(), transitionInfo_));
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp375 uint32_t WindowNode::GetWindowModeSupportType() const in GetWindowModeSupportType() function in OHOS::Rosen::WindowNode
377 return property_->GetWindowModeSupportType(); in GetWindowModeSupportType()
H A Dwindow_layout_policy_tile.cpp221 …if (!WindowHelper::IsWindowModeSupported(node->GetWindowModeSupportType(), WindowMode::WINDOW_MODE… in PushBackNodeInTileQueue()
223 … "windowModeSupportType: %{public}u", node->GetWindowId(), node->GetWindowModeSupportType()); in PushBackNodeInTileQueue()
H A Dwindow_pair.cpp202 if (primary_->GetWindowModeSupportType() == splitMode) { in Clear()
219 if (secondary_->GetWindowModeSupportType() == splitMode) { in Clear()
H A Dremote_animation.cpp158 …lper::CheckSupportWindowMode(dstNode->GetWindowMode(), dstNode->GetWindowModeSupportType(), dstInf… in CheckTransition()
161 dstNode->GetWindowModeSupportType()); in CheckTransition()
H A Dwindow_controller.cpp99 …if (!WindowHelper::CheckSupportWindowMode(node->GetWindowMode(), node->GetWindowModeSupportType(),… in StartingWindow()
1522 node->SetWindowModeSupportType(property->GetWindowModeSupportType()); in UpdateProperty()
H A Dwindow_node_container.cpp2226 windowModeSupportType = node->GetWindowModeSupportType() & in UpdateWindowModeSupportTypeWhenKeyguardChange()
2229 …windowModeSupportType = node->GetWindowModeSupportType() | WindowModeSupport::WINDOW_MODE_SUPPORT_… in UpdateWindowModeSupportTypeWhenKeyguardChange()
H A Dwindow_layout_policy_cascade.cpp69 if (!WindowHelper::IsWindowModeSupported(node->GetWindowModeSupportType(), in Reorder()
H A Dwindow_root.cpp681 if (WindowHelper::IsInvalidWindowInTileLayoutMode(node->GetWindowModeSupportType(), in CheckAddingModeAndSize()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h126 uint32_t GetWindowModeSupportType() const;
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h125 uint32_t GetWindowModeSupportType() const;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp403 uint32_t WindowImpl::GetWindowModeSupportType() const in GetWindowModeSupportType() function in OHOS::Rosen::WindowImpl
405 return property_->GetWindowModeSupportType(); in GetWindowModeSupportType()
467 if (!WindowHelper::IsWindowModeSupported(GetWindowModeSupportType(), mode)) { in SetWindowMode()
988 …!WindowHelper::IsWindowModeSupported(GetWindowModeSupportType(), WindowMode::WINDOW_MODE_FULLSCREE… in SetLayoutFullScreen()
1035 …!WindowHelper::IsWindowModeSupported(GetWindowModeSupportType(), WindowMode::WINDOW_MODE_FULLSCREE… in SetFullScreen()
1056 …!WindowHelper::IsWindowModeSupported(GetWindowModeSupportType(), WindowMode::WINDOW_MODE_FULLSCREE… in SetFloatingMaximize()
1221 auto windowModeSupportType = GetWindowModeSupportType(); in UpdateTitleButtonVisibility()
1623 if (!WindowHelper::IsWindowModeSupported(GetWindowModeSupportType(), GetMode()) || in NeedToStopShowing()
1624 … WindowHelper::IsOnlySupportSplitAndShowWhenLocked(isShowWhenLocked, GetWindowModeSupportType())) { in NeedToStopShowing()
1627 property_->GetWindowId(), GetWindowModeSupportType(), GetMode()); in NeedToStopShowing()
[all …]
H A Dwindow_scene_session_impl.cpp1980 if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), in SetLayoutFullScreen()
2175 if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), in SetFullScreen()
2276 if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), in Maximize()
2339 if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), in MaximizeFloating()
2369 if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), in Recover()
2432 …if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), WindowMode::WINDOW… in Recover()
2712 if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), mode)) { in SetWindowMode()
3599 if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), mode)) { in UpdateWindowMode()
4262 if (!WindowHelper::IsWindowModeSupported(property_->GetWindowModeSupportType(), in SetImmersiveModeEnabledState()
H A Dwindow_session_impl.cpp1232 auto windowModeSupportType = property_->GetWindowModeSupportType(); in UpdateTitleButtonVisibility()
/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp465 uint32_t res = winPropSrc.GetWindowModeSupportType();
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h139 uint32_t GetWindowModeSupportType() const;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp416 ASSERT_NE(property->GetWindowModeSupportType(), 0);
H A Dscene_session_manager_test3.cpp1227 uint32_t result = property->GetWindowModeSupportType();
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h417 uint32_t GetWindowModeSupportType() const;
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp514 uint32_t WindowProperty::GetWindowModeSupportType() const in GetWindowModeSupportType() function in OHOS::Rosen::WindowProperty
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp555 uint32_t WindowSessionProperty::GetWindowModeSupportType() const in GetWindowModeSupportType() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp2360 …WindowHelper::IsWindowModeSupported(property->GetWindowModeSupportType(), WindowMode::WINDOW_MODE_… in IsFullScreenMovable()
4984 sessionProperty->SetWindowModeSupportType(property->GetWindowModeSupportType()); in HandleActionUpdateWindowModeSupportType()