| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/proxy/ |
| H A D | scroll_bar_proxy.cpp | 104 float value = CalcPatternOffset(GetScrollableNodeDistance(scrollable), barScrollableDistance, distance); in NotifyScrollableNode() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | moon_progress_modifier.cpp | 80 void MoonProgressModifier::SetValue(float value) in SetValue() argument 122 void MoonProgressModifier::SetMaxValue(float value) in SetMaxValue() argument 149 void MoonProgressModifier::SetMoonAnimate(float value) in SetMoonAnimate() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | indexer_composed_element.cpp | 237 auto value = render->GetArrayValue(); GetArrayValue() local [all...] |
| H A D | shape_composed_element.cpp | 196 auto value = array[i].ToString(); GetStrokeDashArray() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_content_modifier.h | 73 SetIfPaintObscuration(bool value) SetIfPaintObscuration() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | common_shape_modifier.cpp | 73 void SetStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetStrokeWidth() argument 130 void SetStrokeDashOffset(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetStrokeDashOffset() argument 192 void SetShapeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetShapeWidth() argument 208 void SetShapeHeight(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetShapeHeight() argument
|
| H A D | gauge_modifier.cpp | 25 void SetGaugeValue(ArkUINodeHandle node, ArkUI_Float32 value) in SetGaugeValue() argument 39 void SetGaugeStartAngle(ArkUINodeHandle node, ArkUI_Float32 value) in SetGaugeStartAngle() argument 53 void SetGaugeEndAngle(ArkUINodeHandle node, ArkUI_Float32 value) in SetGaugeEndAngle() argument 67 void SetGaugeStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetGaugeStrokeWidth() argument
|
| H A D | node_image_span_modifier.cpp | 46 void SetImageSpanVerticalAlign(ArkUINodeHandle node, int32_t value) in SetImageSpanVerticalAlign() argument 67 void SetImageSpanObjectFit(ArkUINodeHandle node, int32_t value) in SetImageSpanObjectFit() argument 137 void SetImageSpanBaselineOffset(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetImageSpanBaselineOffset() argument
|
| H A D | data_panel_modifier.cpp | 29 void SetCloseEffect(ArkUINodeHandle node, ArkUI_Bool value) in SetCloseEffect() argument 43 void SetDataPanelTrackBackgroundColor(ArkUINodeHandle node, uint32_t value) in SetDataPanelTrackBackgroundColor() argument 57 void SetDataPanelStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetDataPanelStrokeWidth() argument
|
| H A D | nav_destination_modifier.cpp | 50 void SetNavDestinationMode(ArkUINodeHandle node, int32_t value) in SetNavDestinationMode() argument [all...] |
| H A D | menu_modifier.cpp | 176 void SetMenuWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetMenuWidth() argument
|
| H A D | menu_item_modifier.cpp | 28 void SetMenuItemSelected(ArkUINodeHandle node, ArkUI_Bool value) in SetMenuItemSelected() argument
|
| H A D | text_clock_modifier.cpp | 152 void SetFontFeature(ArkUINodeHandle node, ArkUI_CharPtr value) in SetFontFeature() argument
|
| H A D | text_timer_modifier.cpp | 46 void SetFontSize(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetFontSize() argument 60 void SetFontStyle(ArkUINodeHandle node, ArkUI_Uint32 value) in SetFontStyle() argument
|
| H A D | side_bar_container_modifier.cpp | 41 void SetSideBarWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetSideBarWidth() argument 60 void SetMinSideBarWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetMinSideBarWidth() argument 135 void SetAutoHide(ArkUINodeHandle node, ArkUI_Uint32 value) in SetAutoHide() argument 149 void SetSideBarContainerMaxSideBarWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetSideBarContainerMaxSideBarWidth() argument 164 void SetSideBarContainerMinContentWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetSideBarContainerMinContentWidth() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
| H A D | refresh_model_ng.cpp | 241 bool value = false; in GetRefreshing() local 258 float value = 1.0; in GetPullDownRatio() local 272 bool value = true; GetPullToRefresh() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_model_ng.cpp | 32 void ScrollableModelNG::SetScrollBarMode(DisplayMode value) in SetScrollBarMode() argument 37 void ScrollableModelNG::SetScrollBarColor(const std::string& value) in SetScrollBarColor() argument 42 void ScrollableModelNG::SetScrollBarWidth(const std::string& value) in SetScrollBarWidth() argument 202 void ScrollableModelNG::SetScrollBarWidth(FrameNode* frameNode, const std::string& value) in SetScrollBarWidth() argument 208 void ScrollableModelNG::SetScrollBarColor(FrameNode* frameNode, const std::string& value) in SetScrollBarColor() argument [all...] |
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | native_node_napi.cpp | 27 int32_t OH_ArkUI_GetNodeHandleFromNapiValue(napi_env env, napi_value value, ArkUI_NodeHandle* handle) in OH_ArkUI_GetNodeHandleFromNapiValue() argument 104 int32_t OH_ArkUI_GetContextFromNapiValue(napi_env env, napi_value value, ArkUI_ContextHandle* context) in OH_ArkUI_GetContextFromNapiValue() argument 135 OH_ArkUI_GetNodeContentFromNapiValue(napi_env env, napi_value value, ArkUI_NodeContentHandle* content) OH_ArkUI_GetNodeContentFromNapiValue() argument 159 OH_ArkUI_GetDrawableDescriptorFromNapiValue( napi_env env, napi_value value, ArkUI_DrawableDescriptor** drawableDescriptor) OH_ArkUI_GetDrawableDescriptorFromNapiValue() argument 191 OH_ArkUI_GetDrawableDescriptorFromResourceNapiValue( napi_env env, napi_value value, ArkUI_DrawableDescriptor** drawableDescriptor) OH_ArkUI_GetDrawableDescriptorFromResourceNapiValue() argument [all...] |
| H A D | node_node_relative_container.cpp | 38 void OH_ArkUI_GuidelineOption_SetId(ArkUI_GuidelineOption* guideline, const char* value, int32_t index) in OH_ArkUI_GuidelineOption_SetId() argument 46 void OH_ArkUI_GuidelineOption_SetDirection(ArkUI_GuidelineOption* guideline, ArkUI_Axis value, int32_t index) in OH_ArkUI_GuidelineOption_SetDirection() argument 54 void OH_ArkUI_GuidelineOption_SetPositionStart(ArkUI_GuidelineOption* guideline, float value, int32_t index) in OH_ArkUI_GuidelineOption_SetPositionStart() argument 63 void OH_ArkUI_GuidelineOption_SetPositionEnd(ArkUI_GuidelineOption* guideline, float value, int32_t index) in OH_ArkUI_GuidelineOption_SetPositionEnd() argument 122 void OH_ArkUI_BarrierOption_SetId(ArkUI_BarrierOption* barrierStyle, const char* value, int32_t index) in OH_ArkUI_BarrierOption_SetId() argument 130 OH_ArkUI_BarrierOption_SetDirection(ArkUI_BarrierOption* barrierStyle, ArkUI_BarrierDirection value, int32_t index) OH_ArkUI_BarrierOption_SetDirection() argument 138 OH_ArkUI_BarrierOption_SetReferencedId(ArkUI_BarrierOption* barrierStyle, const char* value, int32_t index) OH_ArkUI_BarrierOption_SetReferencedId() argument [all...] |
| H A D | node_extened.cpp | 366 auto* value = impl->getNodeModifiers()->getFrameNodeModifier()->getChild(node->uiNodeHandle, position, true); in GetChildAt() local 380 auto* value = impl->getNodeModifiers()->getFrameNodeModifier()->getFirst(node->uiNodeHandle, true); in GetFirstChild() local 394 auto* value = impl->getNodeModifiers()->getFrameNodeModifier()->getLast(node->uiNodeHandle, true); in GetLastChild() local 408 auto* value = impl->getNodeModifiers()->getFrameNodeModifier()->getPreviousSibling(node->uiNodeHandle, true); in GetPreviousSibling() local 422 auto* value = impl->getNodeModifiers()->getFrameNodeModifier()->getNextSibling(node->uiNodeHandle, true); in GetNextSibling() local 436 auto* value = impl->getNodeModifiers()->getFrameNodeModifier()->getParent(node->uiNodeHandle); GetParent() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
| H A D | radio_pattern.h | 103 void SetPreValue(const std::string& value) in SetPreValue() argument 149 auto value = radioEventHub ? radioEventHub->GetValue() : ""; variable
|
| H A D | radio_model_ng.cpp | 23 void RadioModelNG::Create(const std::optional<std::string>& value, const std::optional<std::string>& group, in Create() argument 216 void RadioModelNG::SetChangeValue(FrameNode* frameNode, bool value) in SetChangeValue() argument 225 bool value = false; in GetChecked() local 253 SetRadioValue(FrameNode* frameNode, const std::string& value) SetRadioValue() argument 271 SetRadioGroup(FrameNode* frameNode, const std::string& value) SetRadioGroup() argument 289 SetRadioOptions(FrameNode* frameNode, const std::string& value, const std::string& group, int32_t indicator) SetRadioOptions() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_utils.h | 202 DestructSetter(T& var, T value) : ref_(var), value_(value) {} in DestructSetter() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | render_property.cpp | 192 std::string value = propLinearGradientBlur->blurRadius_.ToString(); ToJsonValue() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
| H A D | svg_context.cpp | 148 double SvgContext::NormalizeToPx(const Dimension& value) in NormalizeToPx() argument
|