Home
last modified time | relevance | path

Searched refs:GetDecoStatus (Results 1 - 12 of 12) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp282 bool WindowNode::GetDecoStatus() const in GetDecoStatus() function in OHOS::Rosen::WindowNode
284 return property_->GetDecoStatus(); in GetDecoStatus()
H A Dwindow_layout_policy_tile.cpp364 "%{public}u, %{public}u]", node->GetWindowId(), node->GetDecoStatus(), winRect.posX_, winRect.posY_, in UpdateLayoutRect()
H A Dwindow_dumper.cpp210 std::string DecoStatus = node->GetWindowProperty()->GetDecoStatus() ? "true" : "false"; in AppendSpecifiedWindowNodeInfo()
H A Dwindow_layout_policy.cpp379 node->GetWindowToken()->UpdateWindowRect(winRect, node->GetDecoStatus(), reason, in NotifyClientAndAnimation()
382 node->GetWindowToken()->UpdateWindowRect(winRect, node->GetDecoStatus(), reason); in NotifyClientAndAnimation()
H A Dwindow_layout_policy_cascade.cpp382 if (!property->GetDecorEnable() || property->GetDecoStatus() || in ComputeDecoratedRequestRect()
484 "%{public}u, %{public}u], reason: %{public}u", node->GetWindowId(), node->GetDecoStatus(), winRect.posX_, in UpdateLayoutRect()
H A Dwindow_controller.cpp1448 node->SetDecoStatus(property->GetDecoStatus()); in UpdateProperty()
/foundation/window/window_manager/wm/src/
H A Dwindow_agent.cpp132 window_->UpdateRect(rect, property->GetDecoStatus(), WindowSizeChangeReason::UNDEFINED); in UpdateOccupiedAreaAndRect()
H A Dwindow_impl.cpp3046 UpdateRect(GetRect(), property_->GetDecoStatus(), WindowSizeChangeReason::DRAG_END); in ResetMoveOrDragState()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h109 bool GetDecoStatus() const;
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h99 bool GetDecoStatus() const;
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp337 * @tc.desc: SetDecoStatus & GetDecoStatus
350 ASSERT_EQ(true, windowNode->GetDecoStatus()); in HWTEST_F()
352 ASSERT_EQ(false, windowNode->GetDecoStatus()); in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp359 bool WindowProperty::GetDecoStatus() const in GetDecoStatus() function in OHOS::Rosen::WindowProperty

Completed in 20 milliseconds