Home
last modified time | relevance | path

Searched defs:value (Results 4326 - 4350 of 12367) sorted by relevance

1...<<171172173174175176177178179180>>...495

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_controller.cpp96 SelectionInfo value = richEditorPattern->GetSpansInfo(start, end, GetSpansMethod::GETSPANS); in GetSelectionSpansInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dindicator_model_ng.cpp195 bool value = true; in GetLoop() local
202 int32_t value = 0; in GetCount() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_attributes_parser.cpp57 std::optional<Color> SvgAttributesParser::GetSpecialColor(const std::string& value) in GetSpecialColor() argument
216 bool SvgAttributesParser::ParseRGBAMagicColor(const std::string& value, Color& color) in ParseRGBAMagicColor() argument
233 bool SvgAttributesParser::ParseColor(std::string value, Color& color) in ParseColor() argument
252 GetColor(const std::string& value) GetColor() argument
261 ParseDimension(const std::string& value, bool useVp) ParseDimension() argument
266 ParseDouble(const std::string& value) ParseDouble() argument
[all...]
H A Dsvg_animation.cpp73 void SvgAnimation::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_context.h63 void Push(const std::string& value, const RefPtr<SvgNode>& svgNode) in Push() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_controller.cpp80 void ScrollFadeController::DecelerateListener(double value) in DecelerateListener() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model.h77 virtual void SetLetterSpacing(const Dimension& value) {}; in SetLetterSpacing() argument
78 virtual void SetLineHeight(const Dimension& value) {}; in SetLineHeight() argument
79 virtual void SetAdaptMinFontSize(const Dimension& value) {}; in SetAdaptMinFontSize() argument
80 virtual void SetAdaptMaxFontSize(const Dimension& value) {}; in SetAdaptMaxFontSize() argument
81 virtual void SetTextDecoration(Ace::TextDecoration value) {}; in SetTextDecoration() argument
82 SetTextDecorationColor(const Color& value) SetTextDecorationColor() argument
83 SetTextDecorationStyle(Ace::TextDecorationStyle value) SetTextDecorationStyle() argument
92 SetSelectedBackgroundColor(const Color& value) SetSelectedBackgroundColor() argument
94 SetInputFilter(const std::string& value, const std::function<void(const std::string&)>& onError) SetInputFilter() argument
96 SetTextIndent(const Dimension& value) SetTextIndent() argument
[all...]
H A Dsearch_event_hub.h70 void FireOnCopy(const std::string& value) in FireOnCopy() argument
82 void FireOnCut(const std::string& value) in FireOnCut() argument
94 void FireOnPaste(const std::string& value) in FireOnPaste() argument
106 FireOnPasteWithEvent(const std::string& value, NG::TextCommonEvent& event) FireOnPasteWithEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_model.h61 virtual void SetGradientHeight(const Dimension& value) {}; in SetGradientHeight() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dflex_modifier.cpp141 void setFlexCrossSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in setFlexCrossSpace() argument
148 void SetMainSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetMainSpace() argument
H A Dform_component_modifier.cpp32 void AllowUpdate(ArkUINodeHandle node, ArkUI_Bool value) in AllowUpdate() argument
46 void SetModuleName(ArkUINodeHandle node, const char* value) in SetModuleName() argument
H A Dnode_refresh_modifier.cpp24 void SetRefreshing(ArkUINodeHandle node, ArkUI_Bool value) in SetRefreshing() argument
38 void SetRefreshOffset(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetRefreshOffset() argument
52 void SetPullToRefresh(ArkUINodeHandle node, ArkUI_Bool value) in SetPullToRefresh() argument
79 float value = 0.0; in SetPullDownRatio() local
[all...]
H A Dpanel_modifier.cpp26 void SetPanelMode(ArkUINodeHandle node, int32_t value) in SetPanelMode() argument
42 void SetPanelFullHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelFullHeight() argument
55 void SetPanelHalfHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelHalfHeight() argument
68 void SetPanelMiniHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPanelMiniHeight() argument
96 void SetPanelType(ArkUINodeHandle node, int32_t value) in SetPanelType() argument
112 SetPanelCustomHeight(ArkUINodeHandle node, ArkUI_Float32 value, int unit) SetPanelCustomHeight() argument
120 SetPanelCustomHeightByString(ArkUINodeHandle node, const char* value) SetPanelCustomHeightByString() argument
134 SetShowCloseIcon(ArkUINodeHandle node, ArkUI_Bool value) SetShowCloseIcon() argument
148 SetDragBar(ArkUINodeHandle node, ArkUI_Bool value) SetDragBar() argument
162 SetShow(ArkUINodeHandle node, ArkUI_Bool value) SetShow() argument
[all...]
H A Dcanvas_rendering_context_2d_modifier.cpp43 void SetCanvasFill(ArkUINodeHandle node, const char* value) in SetCanvasFill() argument
216 void SetCanvasFillText(ArkUINodeHandle node, const char* value, float x, float y, float maxWidth) in SetCanvasFillText() argument
H A Dcheckboxgroup_modifier.cpp73 void SetCheckboxGroupWidth(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcValue) in SetCheckboxGroupWidth() argument
93 void SetCheckboxGroupHeight(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit, ArkUI_CharPtr calcValue) in SetCheckboxGroupHeight() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_paint_property.h34 auto value = MakeRefPtr<SliderPaintProperty>(); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_styles.cpp93 std::string GetFontSizeInJson(const std::optional<Dimension>& value) in GetFontSizeInJson() argument
97 std::string GetFontStyleInJson(const std::optional<Ace::FontStyle>& value) in GetFontStyleInJson() argument
101 std::string GetFontWeightInJson(const std::optional<FontWeight>& value) in GetFontWeightInJson() argument
105 std::string GetFontFamilyInJson(const std::optional<std::vector<std::string>>& value) in GetFontFamilyInJson() argument
117 std::string GetSymbolRenderingStrategyInJson(const std::optional<uint32_t>& value) in GetSymbolRenderingStrategyInJson() argument
129 GetSymbolEffectStrategyInJson(const std::optional<uint32_t>& value) GetSymbolEffectStrategyInJson() argument
143 GetLineBreakStrategyInJson(const std::optional<Ace::LineBreakStrategy>& value) GetLineBreakStrategyInJson() argument
156 GetSymbolEffectOptionsInJson(const std::optional<SymbolEffectOptions>& value) GetSymbolEffectOptionsInJson() argument
[all...]
H A Dimage_span_view.cpp24 void ImageSpanView::SetObjectFit(ImageFit value) in SetObjectFit() argument
39 void ImageSpanView::SetBaselineOffset(const Dimension& value) in SetBaselineOffset() argument
44 void ImageSpanView::SetBaselineOffset(FrameNode* frameNode, const Dimension& value) in SetBaselineOffset() argument
51 Dimension value; in GetBaselineOffset() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.cpp60 void TextTimerModelNG::SetFontSize(const Dimension& value) in SetFontSize() argument
65 void TextTimerModelNG::SetTextColor(const Color& value) in SetTextColor() argument
73 void TextTimerModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() argument
78 void TextTimerModelNG::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument
83 void TextTimerModelNG::SetFontWeight(FontWeight value) in SetFontWeight() argument
88 SetFontFamily(const std::vector<std::string>& value) SetFontFamily() argument
138 SetFontColor(FrameNode* frameNode, const Color& value) SetFontColor() argument
146 SetFontSize(FrameNode* frameNode, const Dimension& value) SetFontSize() argument
151 SetFontStyle(FrameNode* frameNode, Ace::FontStyle value) SetFontStyle() argument
156 SetFontWeight(FrameNode* frameNode, FontWeight value) SetFontWeight() argument
161 SetFontFamily(FrameNode* frameNode, const std::vector<std::string>& value) SetFontFamily() argument
171 SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) SetTextShadow() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_property.h56 auto value = MakeRefPtr<SideBarContainerLayoutProperty>(); variable
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_modifier.h80 void SetIsNewAvoid(bool value) in SetIsNewAvoid() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_prop_convertor.cpp156 RSEllipsisMode ToRSEllipsisMode(EllipsisMode value) in ToRSEllipsisMode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.cpp53 void TextClockModelNG::SetTextShadow(const std::vector<Shadow>& value) in SetTextShadow() argument
58 void TextClockModelNG::SetFontFeature(const FONT_FEATURES_LIST& value) in SetFontFeature() argument
77 void TextClockModelNG::SetFontSize(const Dimension& value) in SetFontSize() argument
82 void TextClockModelNG::SetTextColor(const Color& value) in SetTextColor() argument
90 void TextClockModelNG::SetItalicFontStyle(Ace::FontStyle value) in SetItalicFontStyle() argument
95 SetFontWeight(FontWeight value) SetFontWeight() argument
100 SetFontFamily(const std::vector<std::string>& value) SetFontFamily() argument
178 SetTextShadow(FrameNode* frameNode, const std::vector<Shadow>& value) SetTextShadow() argument
183 SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value) SetFontFeature() argument
188 SetFontColor(FrameNode* frameNode, const Color& value) SetFontColor() argument
196 SetFontSize(FrameNode* frameNode, const Dimension& value) SetFontSize() argument
201 SetFontStyle(FrameNode* frameNode, Ace::FontStyle value) SetFontStyle() argument
206 SetFontWeight(FrameNode* frameNode, FontWeight value) SetFontWeight() argument
211 SetFontFamily(FrameNode* frameNode, const std::vector<std::string>& value) SetFontFamily() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dshape_container_composed_element.cpp153 auto value in GetStrokeDashArray() local
230 auto value = std::to_string(array[i]); GetMesh() local
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_dumper.cpp116 void ConvertCapabilities(const uint32_t value, std::string &capabilities) in ConvertCapabilities() argument
136 void ConvertAbilityTypes(const uint32_t value, std::string &abilityTypes) in ConvertAbilityTypes() argument
156 ConvertEventTypes(const uint32_t value, std::string &eventTypes) ConvertEventTypes() argument
[all...]

Completed in 13 milliseconds

1...<<171172173174175176177178179180>>...495