Home
last modified time | relevance | path

Searched refs:SetDecorEnable (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node.cpp51 void WindowNode::SetDecorEnable(bool decorEnable) in SetDecorEnable() function in OHOS::Rosen::WindowNode
53 property_->SetDecorEnable(decorEnable); in SetDecorEnable()
H A Dwindow_controller.cpp1466 node->SetDecorEnable(property->GetDecorEnable()); in UpdateProperty()
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_window_info.h199 void SetDecorEnable(const bool isDecorEnable);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Daccessibility_connection_test.cpp65 windowProperty1->SetDecorEnable(true);
H A Dwindow_node_test.cpp354 windowNode->SetDecorEnable(true);
356 windowNode->SetDecorEnable(false);
H A Dwindow_layout_policy_test.cpp136 property->SetDecorEnable(windowInfo.decorEnable_); in CreateWindowNode()
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_window_info.cpp155 void AccessibilityWindowInfo::SetDecorEnable(const bool isDecorEnable) in SetDecorEnable() function in OHOS::Accessibility::AccessibilityWindowInfo
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_window_info_test.cpp245 windowInfo_->SetDecorEnable(true);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h64 void SetDecorEnable(bool decorEnable);
/ohos5.0/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp286 void WindowProperty::SetDecorEnable(bool decorEnable) in SetDecorEnable() function in OHOS::Rosen::WindowProperty
770 property->SetDecorEnable(parcel.ReadBool()); in Unmarshalling()
894 SetDecorEnable(parcel.ReadBool()); in Read()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_property.h68 void SetDecorEnable(bool decorEnable);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp540 void WindowSessionProperty::SetDecorEnable(bool isDecorEnable) in SetDecorEnable() function in OHOS::Rosen::WindowSessionProperty
1113 property->SetDecorEnable(parcel.ReadBool()); in Unmarshalling()
1421 SetDecorEnable(parcel.ReadBool()); in ReadActionUpdateDecorEnable()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h77 void SetDecorEnable(bool isDecorEnable);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp679 property->SetDecorEnable(true);
690 property->SetDecorEnable(false);
1171 property->SetDecorEnable(true);
H A Dsystem_session_test.cpp196 property->SetDecorEnable(true);
H A Dmove_drag_controller_test.cpp288 property->SetDecorEnable(true);
H A Dscene_session_test5.cpp392 session->property_->SetDecorEnable(false);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_window_manager.cpp276 accWindowInfo.SetDecorEnable(windowInfo->isDecorEnable_); in UpdateAccessibilityWindowInfo()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1261 property_->SetDecorEnable(windowSystemConfig_.isSystemDecorEnable_); in SetSystemConfig()
3493 property_->SetDecorEnable(enable); in UpdateDecorEnable()
3495 property_->SetDecorEnable(false); in UpdateDecorEnable()
H A Dwindow_session_impl.cpp264 property_->SetDecorEnable(windowOption_->GetSubWindowDecorEnable()); in MakeSubOrDialogWindowDragableAndMoveble()
271 property_->SetDecorEnable(dialogDecorEnable); in MakeSubOrDialogWindowDragableAndMoveble()
1514 property_->SetDecorEnable(hasDeco); in NotifyModeChange()
H A Dwindow_scene_session_impl.cpp1122 property_->SetDecorEnable(isDecorEnable); in Show()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp319 sessionProperty->SetDecorEnable(property->IsDecorEnable()); in ForegroundTask()
4041 sessionProperty->SetDecorEnable(property->IsDecorEnable()); in HandleActionUpdateDecorEnable()