Searched refs:valueHeight (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_box_progress_unit_test.cpp | 136 const int16_t valueHeight = 10; in HWTEST_F() local 139 boxProgress_->SetValidHeight(valueHeight); in HWTEST_F() 140 EXPECT_EQ(boxProgress_->GetValidHeight(), valueHeight); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 526 double valueHeight = heightDime.ConvertToPx(); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize() local 535 valueHeight = heightDime.Value() * FULL_DIMENSION; in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize() 540 bgImgSize.SetSizeValueY(valueHeight); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1948 void SetBackgroundImageSize(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight, in SetBackgroundImageSize() argument 1957 bgImgSize.SetSizeValueY(valueHeight); in SetBackgroundImageSize() 5559 ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight, ArkUI_Int32 unit) in SetBackgroundImageSizeWithUnit() 5565 CalcDimension height(valueHeight, static_cast<DimensionUnit>(unit)); in SetBackgroundImageSizeWithUnit() 5558 SetBackgroundImageSizeWithUnit( ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight, ArkUI_Int32 unit) SetBackgroundImageSizeWithUnit() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 3112 double valueHeight = 0.0; in SetBackgroundImageSize() local 3129 valueHeight = height.ConvertToPx(); in SetBackgroundImageSize() 3138 valueHeight = height.Value() * FULL_DIMENSION; in SetBackgroundImageSize() 3142 nativeNode, valueWidth, valueHeight, static_cast<int32_t>(typeWidth), static_cast<int32_t>(typeHeight)); in SetBackgroundImageSize()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 118 void (*setBackgroundImageSize)(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight,
418 void (*setBackgroundImageSizeWithUnit)(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight,
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 3148 double valueHeight = height.ConvertToPx(); in JsBackgroundImageSize() local 3157 valueHeight = height.Value() * FULL_DIMENSION; in JsBackgroundImageSize() 3162 bgImgSize.SetSizeValueY(valueHeight); in JsBackgroundImageSize()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1622 void (*setBackgroundImageSize)(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight, 1921 void (*setBackgroundImageSizeWithUnit)(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight,
|
Completed in 113 milliseconds