Home
last modified time | relevance | path

Searched refs:SetDecoStatus (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp56 void WindowNode::SetDecoStatus(bool decoStatus) in SetDecoStatus() function in OHOS::Rosen::WindowNode
58 property_->SetDecoStatus(decoStatus); in SetDecoStatus()
H A Dwindow_layout_policy_cascade.cpp81 node->SetDecoStatus(true); in Reorder()
370 node->SetDecoStatus(false); // newRect is not rect with decor, reset decor status in ComputeRectByAspectRatio()
399 property->SetDecoStatus(true); in ComputeDecoratedRequestRect()
655 node->SetDecoStatus(true); in SetDefaultCascadeRect()
H A Dwindow_layout_policy_tile.cpp323 node->SetDecoStatus(true); in ApplyPresetRectForTileWindows()
H A Dwindow_controller.cpp332 property->SetDecoStatus(true); in AddWindowNode()
1448 node->SetDecoStatus(property->GetDecoStatus()); in UpdateProperty()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h65 void SetDecoStatus(bool decoStatus);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp47 void WindowProperty::SetDecoStatus(bool decoStatus) in SetDecoStatus() function in OHOS::Rosen::WindowProperty
754 property->SetDecoStatus(parcel.ReadBool()); in Unmarshalling()
886 SetDecoStatus(parcel.ReadBool()); in Read()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h44 void SetDecoStatus(bool decoStatus);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp349 windowNode->SetDecoStatus(true);
351 windowNode->SetDecoStatus(false);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1842 property_->SetDecoStatus(false); in Resize()
2747 property_->SetDecoStatus(decoStatus); in UpdateRect()