/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | blank_modifier.cpp | 35 void SetBlankHeight(ArkUINodeHandle node, ArkUI_Float32 heightValue, ArkUI_Int32 heightUnit) in SetBlankHeight() argument
|
H A D | form_component_modifier.cpp | 54 SetFormSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, ArkUI_Float32 heightValue, ArkUI_Int32 heightUnit) SetFormSize() argument
|
H A D | radio_modifier.cpp | 107 void SetRadioSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, ArkUI_Float32 heightValue,
in SetRadioSize() argument
|
H A D | button_modifier.cpp | 466 SetButtonSize( ArkUINodeHandle node, ArkUI_CharPtr widthValue, int32_t widthUnit, ArkUI_CharPtr heightValue, int32_t heightUnit) SetButtonSize() argument
|
H A D | search_modifier.cpp | 266 void SetSearchHeight(ArkUINodeHandle node, ArkUI_Float32 heightValue, ArkUI_Int32 heightUnit) in SetSearchHeight() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_counter_bridge.cpp | 76 Local<JSValueRef> heightValue = runtimeCallInfo->GetCallArgRef(1); in SetCounterHeight() local 163 Local<JSValueRef> heightValue = runtimeCallInfo->GetCallArgRef(2); // 2: height Value in SetCounterSize() local
|
H A D | arkts_native_form_component_bridge.cpp | 123 Local<JSValueRef> heightValue = runtimeCallInfo->GetCallArgRef(2); in SetSize() local
|
H A D | arkts_native_render_node_bridge.cpp | 519 float heightValue = 0; in SetFrame() local 542 float heightValue = 0; in SetSize() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_plugin.cpp | 90 JSRef<JSVal> heightValue = sizeObj->GetProperty("height"); in JsSize() local
|
H A D | js_form.cpp | 127 JSRef<JSVal> heightValue = sizeObj->GetProperty("height"); in SetSize() local
|
H A D | js_shape.cpp | 78 JSRef<JSVal> heightValue = obj->GetProperty("height"); in SetViewPort() local
|
H A D | js_base_node.cpp | 203 auto heightValue = height->IsNumber() ? height->ToNumber<float>() : 0.0f; in ConstructorCallback() local
|
H A D | js_navdestination.cpp | 189 std::string heightValue; in SetTitle() local
|
H A D | js_navigation.cpp | 307 std::string heightValue; in SetTitle() local
|
H A D | js_view_abstract.cpp | 10530 auto heightValue = obj->GetProperty("height"); in SetDialogProperties() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/ |
H A D | text_drag_test_ng.h | 53 std::optional<float> heightValue = std::nullopt; member
|
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | resize_bilinear_builder_test.cpp | 69 int64_t *heightValue = new (std::nothrow) int64_t(1); in SaveHeightTensor() local 645 int64_t heightValue = 1; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/ |
H A D | render_relative_container.cpp | 299 double heightValue = 0.0; in CalcLayoutParam() local [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | input_tdd_test.cpp | 331 const int heightValue = 20; in HWTEST_F() local 529 const int heightValue = 20; in HWTEST_F() local
|
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_window_manager.cpp | 148 napi_value heightValue = nullptr; in GetPictureInPictureOptionFromJs() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.cpp | 257 auto heightValue = constraint->selfIdealSize.Height(); in PerformLayoutInitialize() local
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | stylemgr_tdd_test.cpp | 126 JSValue heightValue = jerry_create_number(propValue); in PrepareStyleSheet() local 355 constexpr int32_t heightValue = 50; in ACELiteStyleManagerInlineStyle003() local 636 constexpr int32_t heightValue = 100; in ACELiteStyleManagerIDSelector004() local 772 constexpr int32_t heightValue = 100; in ACELiteStyleManagerClassSelector002() local 892 constexpr uint16_t heightValue in ACELiteStyleManagerCSSPesudo001() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 403 double heightValue; in CheckSharedDataAfterUpdated() local
|
H A D | distributeddb_cloud_check_sync_test.cpp | 1169 std::vector<std::string> heightValue = {"155.10"}; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 632 JSRef<JSVal> heightValue = obj->GetProperty("height"); in JsCreateImageData() local
|