/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node.cpp | 51 void WindowNode::SetDecorEnable(bool decorEnable) in SetDecorEnable() function in OHOS::Rosen::WindowNode 53 property_->SetDecorEnable(decorEnable); in SetDecorEnable()
|
H A D | window_controller.cpp | 1466 node->SetDecorEnable(property->GetDecorEnable()); in UpdateProperty()
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_window_info.h | 199 void SetDecorEnable(const bool isDecorEnable);
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | accessibility_connection_test.cpp | 65 windowProperty1->SetDecorEnable(true);
|
H A D | window_node_test.cpp | 354 windowNode->SetDecorEnable(true); 356 windowNode->SetDecorEnable(false);
|
H A D | window_layout_policy_test.cpp | 136 property->SetDecorEnable(windowInfo.decorEnable_); in CreateWindowNode()
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_window_info.cpp | 155 void AccessibilityWindowInfo::SetDecorEnable(const bool isDecorEnable) in SetDecorEnable() function in OHOS::Accessibility::AccessibilityWindowInfo
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_window_info_test.cpp | 245 windowInfo_->SetDecorEnable(true);
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node.h | 64 void SetDecorEnable(bool decorEnable);
|
/ohos5.0/foundation/window/window_manager/utils/src/ |
H A D | window_property.cpp | 286 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 D | window_property.h | 68 void SetDecorEnable(bool decorEnable);
|
/ohos5.0/foundation/window/window_manager/window_scene/common/src/ |
H A D | window_session_property.cpp | 540 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 D | window_session_property.h | 77 void SetDecorEnable(bool isDecorEnable);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 679 property->SetDecorEnable(true); 690 property->SetDecorEnable(false); 1171 property->SetDecorEnable(true);
|
H A D | system_session_test.cpp | 196 property->SetDecorEnable(true);
|
H A D | move_drag_controller_test.cpp | 288 property->SetDecorEnable(true);
|
H A D | scene_session_test5.cpp | 392 session->property_->SetDecorEnable(false);
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_window_manager.cpp | 276 accWindowInfo.SetDecorEnable(windowInfo->isDecorEnable_); in UpdateAccessibilityWindowInfo()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 1261 property_->SetDecorEnable(windowSystemConfig_.isSystemDecorEnable_); in SetSystemConfig() 3493 property_->SetDecorEnable(enable); in UpdateDecorEnable() 3495 property_->SetDecorEnable(false); in UpdateDecorEnable()
|
H A D | window_session_impl.cpp | 264 property_->SetDecorEnable(windowOption_->GetSubWindowDecorEnable()); in MakeSubOrDialogWindowDragableAndMoveble() 271 property_->SetDecorEnable(dialogDecorEnable); in MakeSubOrDialogWindowDragableAndMoveble() 1514 property_->SetDecorEnable(hasDeco); in NotifyModeChange()
|
H A D | window_scene_session_impl.cpp | 1122 property_->SetDecorEnable(isDecorEnable); in Show()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 319 sessionProperty->SetDecorEnable(property->IsDecorEnable()); in ForegroundTask() 4041 sessionProperty->SetDecorEnable(property->IsDecorEnable()); in HandleActionUpdateDecorEnable()
|