Home
last modified time | relevance | path

Searched refs:GetDecorEnable (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Daccessibility_connection.cpp108 info->isDecorEnable_ = property->GetDecorEnable(); in FillAccessibilityWindowInfo()
H A Dwindow_layout_policy_cascade.cpp282 if (node->GetWindowProperty() != nullptr && !node->GetWindowProperty()->GetDecorEnable()) { in CheckAspectRatioBySizeLimits()
335 if (node->GetWindowProperty() != nullptr && node->GetWindowProperty()->GetDecorEnable()) { in ComputeRectByAspectRatio()
382 if (!property->GetDecorEnable() || property->GetDecoStatus() || in ComputeDecoratedRequestRect()
H A Dwindow_controller.cpp1466 node->SetDecorEnable(property->GetDecorEnable()); in UpdateProperty()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h122 bool GetDecorEnable() const;
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_test.cpp355 ASSERT_EQ(true, windowNode->GetWindowProperty()->GetDecorEnable()); in HWTEST_F()
357 ASSERT_EQ(false, windowNode->GetWindowProperty()->GetDecorEnable()); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp784 ASSERT_FALSE(window->property_->GetDecorEnable()); in HWTEST_F()
788 ASSERT_TRUE(window->property_->GetDecorEnable()); in HWTEST_F()
792 ASSERT_FALSE(window->property_->GetDecorEnable()); in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp464 bool WindowProperty::GetDecorEnable() const in GetDecorEnable() function in OHOS::Rosen::WindowProperty
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3457 uiContent_->UpdateWindowMode(GetMode(), property_->GetDecorEnable()); in UpdateDecorEnable()
3460 NotifyModeChange(GetMode(), property_->GetDecorEnable()); in UpdateDecorEnable()

Completed in 18 milliseconds