Home
last modified time | relevance | path

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

/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.cpp80 node->SetDecoStatus(true); in Reorder()
369 node->SetDecoStatus(false); // newRect is not rect with decor, reset decor status in ComputeRectByAspectRatio()
398 property->SetDecoStatus(true); in ComputeDecoratedRequestRect()
654 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()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h65 void SetDecoStatus(bool decoStatus);
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h44 void SetDecoStatus(bool decoStatus);
/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()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp337 * @tc.desc: SetDecoStatus & GetDecoStatus
349 windowNode->SetDecoStatus(true); in HWTEST_F()
351 windowNode->SetDecoStatus(false); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1805 property_->SetDecoStatus(false); in Resize()
2710 property_->SetDecoStatus(decoStatus); in UpdateRect()

Completed in 17 milliseconds