Home
last modified time | relevance | path

Searched defs:value (Results 6676 - 6700 of 10543) sorted by relevance

1...<<261262263264265266267268269270>>...422

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h183 void SetEnabled(bool value) in SetEnabled() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.cpp63 void GridModelNG::SetColumnsTemplate(const std::string& value) in SetColumnsTemplate() argument
73 void GridModelNG::SetRowsTemplate(const std::string& value) in SetRowsTemplate() argument
83 void GridModelNG::SetColumnsGap(const Dimension& value) in SetColumnsGap() argument
90 SetRowsGap(const Dimension& value) SetRowsGap() argument
97 SetGridHeight(const Dimension& value) SetGridHeight() argument
102 SetScrollBarMode(DisplayMode value) SetScrollBarMode() argument
107 SetScrollBarColor(const std::string& value) SetScrollBarColor() argument
112 SetScrollBarWidth(const std::string& value) SetScrollBarWidth() argument
117 SetCachedCount(int32_t value, bool show) SetCachedCount() argument
123 SetEditable(bool value) SetEditable() argument
133 SetLayoutDirection(FlexDirection value) SetLayoutDirection() argument
138 SetMaxCount(int32_t value) SetMaxCount() argument
143 SetMinCount(int32_t value) SetMinCount() argument
148 SetCellLength(int32_t value) SetCellLength() argument
153 SetMultiSelectable(bool value) SetMultiSelectable() argument
162 SetSupportAnimation(bool value) SetSupportAnimation() argument
171 SetSupportDragAnimation(bool value) SetSupportDragAnimation() argument
206 SetOnScrollToIndex(ScrollToIndexFunc&& value) SetOnScrollToIndex() argument
215 SetOnScrollBarUpdate(ScrollBarUpdateFunc&& value) SetOnScrollBarUpdate() argument
224 SetOnItemDragStart(std::function<void(const ItemDragInfo&, int32_t)>&& value) SetOnItemDragStart() argument
246 SetOnItemDragEnter(ItemDragEnterFunc&& value) SetOnItemDragEnter() argument
257 SetOnItemDragMove(ItemDragMoveFunc&& value) SetOnItemDragMove() argument
268 SetOnItemDragLeave(ItemDragLeaveFunc&& value) SetOnItemDragLeave() argument
279 SetOnItemDrop(ItemDropFunc&& value) SetOnItemDrop() argument
531 std::string value = "1fr"; GetColumnsTemplate() local
538 std::string value = "1fr"; GetRowsTemplate() local
546 Dimension value; GetColumnsGap() local
554 Dimension value; GetRowsGap() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.h114 std::string value; member
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h118 void SetOptionModifiedCallback(const std::function<void(std::size_t)>& value) in SetOptionModifiedCallback() argument
192 void SetShowOption(const TweenOption& value) in SetShowOption() argument
202 void SetRefreshAnimationCallback(const RefreshAnimationCallback& value) in SetRefreshAnimationCallback() argument
215 void SetHideOption(const TweenOption& value) in SetHideOption() argument
224 void SetAnimationController(const RefPtr<Animator>& value) in SetAnimationController() argument
268 SetNode(const RefPtr<AccessibilityNode>& value) SetNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp507 const auto& value = child->GetString(); in ParseCustomStyle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp43 auto value = AceType::MakeRefPtr<AnimatablePropertyFloat>(0.0); in DataPanelModifier() local
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.h168 void SetOnChange(const std::function<void(std::string)>& value) in SetOnChange() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp81 void BackgroundImageSize::SetSizeValueX(double value) in SetSizeValueX() argument
89 void BackgroundImageSize::SetSizeValueY(double value) in SetSizeValueY() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_base.cpp229 void RenderPickerBase::HandleTriangleClick(bool value) in HandleTriangleClick() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.h191 void SetMainScrollExtentForBar(double value) in SetMainScrollExtentForBar() argument
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.cpp617 UpdateTipText(double value) UpdateTipText() argument
784 RestartMoveAnimation(double value, bool isClick) RestartMoveAnimation() argument
[all...]
H A Drender_slider.h169 void SyncValueToComponent(double value) in SyncValueToComponent() argument
228 void SetOnChange(const std::function<void(double, int32_t)>& value) in SetOnChange() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.h243 void CallDoubleBindCallback(const std::string& value) in CallDoubleBindCallback() argument
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp146 void WfdRtspM3Response::SetContentProtection(const std::string &value) in SetContentProtection() argument
151 void WfdRtspM3Response::SetCoupledSink(const std::string &value) in SetCoupledSink() argument
156 void WfdRtspM3Response::SetUibcCapability(const std::string &value) in SetUibcCapability() argument
161 void WfdRtspM3Response::SetStandbyResumeCapability(const std::string &value) in SetStandbyResumeCapability() argument
166 void WfdRtspM3Response::SetCustomParam(const std::string &key, const std::string &value) in SetCustomParam() argument
177 std::string value = GetCustomParam(WFD_PARAM_RTP_PORTS); GetClientRtpPorts() local
185 std::string value = GetCustomParam(WFD_PARAM_UIBC_CAPABILITY); GetUibcCapability() local
191 std::string value = GetCustomParam(WFD_PARAM_AUDIO_CODECS); GetAudioCodecs() local
220 std::string value = GetCustomParam(WFD_PARAM_COUPLED_SINK); GetCoupledSink() local
226 std::string value = GetCustomParam(WFD_PARAM_CONTENT_PROTECTION); GetContentProtection() local
283 std::string value = GetCustomParam(WFD_PARAM_VIDEO_FORMATS); GetVideoFormats() local
332 std::string value = GetCustomParam(WFD_PARAM_STANDBY_RESUME); GetStandbyResumeCapability() local
[all...]
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp830 std::string value = types.at(i).GetPattern(); in FindMimeType() local
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp910 static const char* FindDoubleValue(const char str[], double& value) in FindDoubleValue() argument
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.h94 void SetValue(double value) in SetValue() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp503 bool RenderTabBar::HandleScrollablePosition(double value) in HandleScrollablePosition() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.cpp54 void ButtonModelNG::SetType(const int value) in SetType() argument
470 SetType(FrameNode* frameNode, const int value) SetType() argument
546 std::string value; GetLabel() local
553 Dimension value; GetFontSize() local
560 Ace::FontWeight value = Ace::FontWeight::NORMAL; GetFontWeight() local
567 Color value; GetFontColor() local
599 ButtonType value = ButtonType::CAPSULE; GetType() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.h151 void SetCopyOption(CopyOptions value) in SetCopyOption() argument
156 void SetImageInterpolation(ImageInterpolation value) in SetImageInterpolation() argument
195 void SetSyncLoad(bool value) in SetSyncLoad() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dmatrix4.cpp181 void Matrix4::SetEntry(int32_t row, int32_t col, double value) in SetEntry() argument
317 double value = 0.0; in operator *() local
416 double value = 0; in MapScalars() local
446 bool Matrix4N::SetEntry(int32_t row, int32_t col, double value) in SetEntry() argument
463 double value = 0.0; operator *() local
521 SetEntry(int32_t row, int32_t col, double value) SetEntry() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_scroll_bridge.cpp203 auto value = static_cast<int32_t>(DisplayMode::AUTO); in SetScrollBar() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_animator.cpp264 auto value = info[0]->ToString(); in SetCurve() local
H A Djs_indexer.cpp102 auto value = jsArray->GetValueAt(i); in Create() local
307 int32_t value = style->ToNumber<int32_t>(); in GetFontContent() local
333 int32_t value = Container::IsCurrentUseNewPipeline() ? static_cast<int32_t>(NG::AlignStyle::END) in SetAlignStyle() local
[all...]
H A Djs_indicator.cpp156 std::optional<Dimension> JSIndicator::ParseIndicatorDimension(const JSRef<JSVal>& value) in ParseIndicatorDimension() argument

Completed in 27 milliseconds

1...<<261262263264265266267268269270>>...422