Home
last modified time | relevance | path

Searched refs:INSPECTOR_HEIGHT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp31 const char INSPECTOR_HEIGHT[] = "height"; variable
171 jsonRoot->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in GetInspectorTree()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp46 constexpr char INSPECTOR_HEIGHT[] = "height"; variable
124 jsonNode->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in AssembleJSONTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp48 const char INSPECTOR_HEIGHT[] = "height"; variable
394 jsonRoot->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in GetContextInfo()
732 jsonRoot->Put(INSPECTOR_HEIGHT, std::to_string(rootHeight * scale).c_str()); in GetSimplifiedInspector()