Home
last modified time | relevance | path

Searched refs:INSPECTOR_WIDTH (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp28 const char INSPECTOR_WIDTH[] = "width"; member
168 jsonRoot->Put(INSPECTOR_WIDTH, std::to_string(rootWidth * scale).c_str()); in GetInspectorTree()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp45 constexpr char INSPECTOR_WIDTH[] = "width"; member
123 jsonNode->Put(INSPECTOR_WIDTH, std::to_string(rootWidth * scale).c_str()); in AssembleJSONTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp33 const char INSPECTOR_WIDTH[] = "width"; member
400 jsonRoot->Put(INSPECTOR_WIDTH, std::to_string(rootWidth * scale).c_str()); in GetContextInfo()
742 jsonRoot->Put(INSPECTOR_WIDTH, std::to_string(rootWidth * scale).c_str()); in GetSimplifiedInspector()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp56 constexpr char INSPECTOR_WIDTH[] = "width"; member
626 jsonRoot->Put(INSPECTOR_WIDTH, std::to_string(rootWidth * scale).c_str()); in GetContextInfo()

Completed in 5 milliseconds