Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp29 const char INSPECTOR_HEIGHT[] = "height"; member
169 jsonRoot->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in GetInspectorTree()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp46 constexpr char INSPECTOR_HEIGHT[] = "height"; member
124 jsonNode->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in AssembleJSONTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp34 const char INSPECTOR_HEIGHT[] = "height"; member
401 jsonRoot->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in GetContextInfo()
743 jsonRoot->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in GetSimplifiedInspector()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp57 constexpr char INSPECTOR_HEIGHT[] = "height"; member
627 jsonRoot->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in GetContextInfo()

Completed in 8 milliseconds