/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image_span.cpp | 130 NG::CalcLength value; in SetBaselineOffset() local 178 JSRef<JSVal> value = array->GetValueAt(i); in SetColorFilter() local
|
H A D | js_location_button.cpp | 40 auto value = paramObject->GetProperty("text"); in ParseComponentStyle() local
|
H A D | js_save_button.cpp | 40 auto value = paramObject->GetProperty("text"); in ParseComponentStyle() local
|
H A D | js_stack.cpp | 58 void JSStack::SetStackFit(int value) in SetStackFit() argument 65 void JSStack::SetOverflow(int value) in SetOverflow() argument 78 auto value = info[0]->ToNumber<size_t>(); in GetAlignment() local 173 int32_t value = stackAlign->ToNumber<int32_t>(); Create() local [all...] |
H A D | js_paste_button.cpp | 40 auto value = paramObject->GetProperty("text"); in ParseComponentStyle() local
|
H A D | js_sec_button_base.cpp | 34 CalcDimension value; in SetIconSize() local 59 CalcDimension value; in SetFontSize() local 73 uint32_t value = info[0]->ToNumber<uint32_t>(); in SetFontStyle() local 88 std::string value = info[0]->ToString(); SetFontWeight() local 120 int32_t value = info[0]->ToNumber<int32_t>(); SetLayoutDirection() local 149 int32_t value = info[0]->ToNumber<int32_t>(); SetBackgroundBorderStyle() local 163 CalcDimension value; SetBackgroundBorderWidth() local 188 CalcDimension value; SetBackgroundBorderRadius() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | textpicker_model_impl.cpp | 34 void TextPickerModelImpl::SetDefaultPickerItemHeight(const Dimension& value) in SetDefaultPickerItemHeight() argument 41 void TextPickerModelImpl::SetSelected(uint32_t value) in SetSelected() argument 46 void TextPickerModelImpl::SetRange(const std::vector<NG::RangeContent>& value) in SetRange() argument
|
H A D | radio_model_impl.cpp | 24 void RadioModelImpl::Create(const std::optional<std::string>& value, const std::optional<std::string>& group, in Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_transform_operation.h | 43 SetCurrentValue(value); variable 49 SetCurrentValue(value); variable [all...] |
H A D | chain_animation.cpp | 135 float value = 0.0f; in GetValue() local 154 float value = 0.0f; in GetValuePredict() local
|
/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | date_time_sequence.cpp | 58 std::string value = ModifyOrder(tempValue); in GetDateOrder() local
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_progress.cpp | 23 bool IsGradient(const std::string& value) in IsGradient() argument 32 Gradient ParseGradient(const DOMProgress& progress, const std::string& value) in ParseGradient() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_checkbox_ffi.cpp | 34 void FfiOHOSAceFrameworkCheckBoxSelect(bool value) in FfiOHOSAceFrameworkCheckBoxSelect() argument 98 void FfiCheckBoxSetResponseRegion(CJResponseRegion value) in FfiCheckBoxSetResponseRegion() argument [all...] |
H A D | cj_textpicker_ffi.cpp | 137 FfiOHOSAceFrameworkTextPickerCreate(VectorStringPtr vecContent, uint32_t selected, const char* value) FfiOHOSAceFrameworkTextPickerCreate() argument 171 FfiOHOSAceFrameworkTextPickerSetCanLoop(bool value) FfiOHOSAceFrameworkTextPickerSetCanLoop() argument 190 FfiOHOSAceFrameworkTextPickerDialogShow(VectorStringPtr vecContent, CJDialogShow value) FfiOHOSAceFrameworkTextPickerDialogShow() argument [all...] |
H A D | cj_texttimer_ffi.cpp | 82 void FfiOHOSAceFrameworkTextTimerSetFormat(const char* value) in FfiOHOSAceFrameworkTextTimerSetFormat() argument
|
H A D | cj_toggle_ffi.cpp | 100 void FfiToggleSetResponseRegion(CJResponseRegion value) in FfiToggleSetResponseRegion() argument
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng.h | 41 float value = 1.0; member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_test_ng.cpp | 187 auto value = indexerLayoutProperty->GetEnableHapticFeedback().value_or(!testValue); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_frame_report.cpp | 135 void FrameReport::SetFrameParam(int requestId, int load, int schedFrameNum, int value) in SetFrameParam() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/ |
H A D | calendar_month_pattern_test.cpp | 229 auto value = paintProperty->GetColSpaceValue(Dimension()); in HWTEST_F() local 263 auto value = paintProperty->GetColSpaceValue(Dimension()); in HWTEST_F() local 297 auto value = paintProperty->GetColSpaceValue(Dimension()); in HWTEST_F() local 333 auto value = paintProperty->GetColSpaceValue(Dimension()); in HWTEST_F() local 369 auto value = paintProperty->GetColSpaceValue(Dimension()); in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | flex_property.h | 162 void SetAlignValue(const AlignDirection& alignDirection, float value) in SetAlignValue() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_controller.cpp | 96 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 D | indicator_model_ng.cpp | 195 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 D | svg_attributes_parser.cpp | 57 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 D | svg_animation.cpp | 73 void SvgAnimation::SetAttr(const std::string& name, const std::string& value) in SetAttr() argument
|