Home
last modified time | relevance | path

Searched defs:value (Results 2776 - 2800 of 19684) sorted by relevance

1...<<111112113114115116117118119120>>...788

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drow_modifier.cpp66 void SetRowSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetRowSpace() argument
82 void SetRowReverse(ArkUINodeHandle node, ArkUI_Bool value) in SetRowReverse() argument
H A Dcolumn_modifier.cpp38 void SetColumnAlignItems(ArkUINodeHandle node, int32_t value) in SetColumnAlignItems() argument
74 void SetColumnSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetColumnSpace() argument
90 void SetColumnReverse(ArkUINodeHandle node, ArkUI_Bool value) in SetColumnReverse() argument
[all...]
H A Dcounter_modifier.cpp45 void SetCounterHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetCounterHeight() argument
53 void SetCounterWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetCounterWidth() argument
H A Dqrcode_modifier.cpp74 void SetQRValue(ArkUINodeHandle node, ArkUI_CharPtr value) in SetQRValue() argument
H A Dvideo_modifier.cpp68 void SetVideoLoop(ArkUINodeHandle node, ArkUI_Uint32 value) in SetVideoLoop() argument
82 void SetVideoMuted(ArkUINodeHandle node, ArkUI_Uint32 value) in SetVideoMuted() argument
H A Dextension_companion_node.h38 void SetAlignmentValue(ArkUI_Int32 value) in SetAlignmentValue() argument
H A Ddivider_modifier.cpp25 void SetDividerStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetDividerStrokeWidth() argument
79 void SetDividerVertical(ArkUINodeHandle node, ArkUI_Bool value) in SetDividerVertical() argument
H A Drating_modifier.cpp21 void SetStars(ArkUINodeHandle node, int32_t value) in SetStars() argument
28 void SetRatingStepSize(ArkUINodeHandle node, ArkUI_Float32 value) in SetRatingStepSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_overlay_modifier.cpp139 void TextOverlayModifier::SetShowSelect(bool value) in SetShowSelect() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_property.h41 auto value = MakeRefPtr<SwiperLayoutProperty>(); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_overscroll.h31 void SetColumn(const WeakPtr<Pattern>& value) in SetColumn() argument
H A Dtoss_animation_controller.h34 void SetColumn(const WeakPtr<TextPickerColumnPattern>& value) in SetColumn() argument
H A Dtextpicker_event_hub.h43 void FireChangeEvent(const std::vector<std::string>& value, const std::vector<double>& index) const in FireChangeEvent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dprogress_mask_property.h52 void SetValue(const float& value) in SetValue() argument
57 void SetMaxValue(const float& value) in SetMaxValue() argument
H A Dgradient_property.cpp36 auto value = std::to_string(colors[i].GetDimension().Value() / 100.0); in GetColorsAndRepeating() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe.cpp170 bool SvgFe::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_pattern.cpp55 bool SvgPattern::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_svg.cpp112 bool SvgSvg::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_use.cpp80 bool SvgUse::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_fe_composite.cpp112 bool SvgFeComposite::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
H A Dsvg_mask.cpp89 double SvgMask::ParseUnitsAttr(const Dimension& attr, double value) in ParseUnitsAttr() argument
105 bool SvgMask::ParseAndSetSpecializedAttr(const std::string& name, const std::string& value) in ParseAndSetSpecializedAttr() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Drect_model_ng.cpp39 void RectModelNG::SetRadiusWidth(const Dimension& value) in SetRadiusWidth() argument
47 void RectModelNG::SetRadiusHeight(const Dimension& value) in SetRadiusHeight() argument
170 void RectModelNG::SetRadiusWidth(FrameNode* frameNode, const Dimension& value) in SetRadiusWidth() argument
178 void RectModelNG::SetRadiusHeight(FrameNode* frameNode, const Dimension& value) in SetRadiusHeight() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_model_ng.cpp34 void RatingModelNG::SetRatingScore(double value) in SetRatingScore() argument
46 void RatingModelNG::SetIndicator(bool value) in SetIndicator() argument
51 void RatingModelNG::SetStars(int32_t value) in SetStars() argument
56 void RatingModelNG::SetStepSize(double value) in SetStepSize() argument
61 SetForegroundSrc(const std::string& value, bool flag) SetForegroundSrc() argument
70 SetSecondarySrc(const std::string& value, bool flag) SetSecondarySrc() argument
79 SetBackgroundSrc(const std::string& value, bool flag) SetBackgroundSrc() argument
114 SetStars(FrameNode* frameNode, int32_t value) SetStars() argument
119 SetStepSize(FrameNode* frameNode, double value) SetStepSize() argument
124 SetForegroundSrc(FrameNode* frameNode, const std::string& value, bool flag) SetForegroundSrc() argument
135 SetSecondarySrc(FrameNode* frameNode, const std::string& value, bool flag) SetSecondarySrc() argument
146 SetBackgroundSrc(FrameNode* frameNode, const std::string& value, bool flag) SetBackgroundSrc() argument
165 SetChangeValue(FrameNode* frameNode, double value) SetChangeValue() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/symbol/
H A Dsymbol_model_ng.cpp41 void SymbolModelNG::SetFontWeight(const Ace::FontWeight& value) in SetFontWeight() argument
46 void SymbolModelNG::SetFontSize(const CalcDimension& value) in SetFontSize() argument
88 void SymbolModelNG::SetFontSize(FrameNode* frameNode, const Dimension& value) in SetFontSize() argument
97 void SymbolModelNG::SetFontWeight(FrameNode* frameNode, Ace::FontWeight value) in SetFontWeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_event_hub.h74 void SetValue(const std::string& value) in SetValue() argument

Completed in 11 milliseconds

1...<<111112113114115116117118119120>>...788