Home
last modified time | relevance | path

Searched defs:value (Results 7476 - 7500 of 10178) sorted by relevance

1...<<291292293294295296297298299300>>...408

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp591 std::unique_ptr<JsonValue> value = JsonUtil::Create(true); in NativeOnConfigurationUpdated() local
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp634 void GetConfigString(KeyType type, int32_t value, std::string& buf) in GetConfigString() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp68 auto value = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::VALUE)); in ParseJsLengthMetrics() local
141 void JSButton::SetFontWeight(const std::string& value) in SetFontWeight() argument
146 void JSButton::SetFontStyle(int32_t value) in SetFontStyle() argument
183 int32_t value in SetType() local
199 int32_t value = static_cast<int32_t>(ButtonStyleMode::EMPHASIZE); SetButtonStyle() local
215 int32_t value = static_cast<int32_t>(ControlSize::NORMAL); SetControlSize() local
227 int32_t value = static_cast<int32_t>(ButtonRole::NORMAL); SetRole() local
242 bool value = info[0]->IsBoolean() ? info[0]->ToBoolean() : true; SetStateEffect() local
271 auto value = style->ToNumber<int32_t>(); GetFontContent() local
584 CalcDimension value = GetSizeValue(info); JsWidth() local
595 CalcDimension value = GetSizeValue(info); JsHeight() local
606 double value = 0.0; JsAspectRatio() local
669 CalcDimension value; GetSizeValue() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1264 RefPtr<CustomAnimatableArithmetic> value = AceType::MakeRefPtr<CustomAnimatableArithmetic>(); HWTEST_F() local
1285 RefPtr<CustomAnimatableArithmetic> value = AceType::MakeRefPtr<CustomAnimatableArithmetic>(); HWTEST_F() local
1446 std::unique_ptr<JsonValue> value = JsonUtil::Create(true); HWTEST_F() local
1727 std::string value; HWTEST_F() local
1856 std::string value; HWTEST_F() local
1879 std::string value; HWTEST_F() local
1903 std::string value; HWTEST_F() local
1927 std::string value; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_Extend_test_ng.cpp1300 float value; HWTEST_F() member
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp153 RefPtr<FrameNode> SelectTestNg::CreateSelect(const std::vector<SelectParam>& value, const TestProperty& test) in CreateSelect() argument
1463 std::vector<std::string> value = { "select", "font", "family" }; HWTEST_F() local
1515 std::vector<std::string> value = { "select", "font", "family" }; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_pattern_test_ng.cpp239 float value = 0.0f; in HWTEST_F() local
260 float value = UPDATE_SIDE_BAR_POSITION_VALUE; in HWTEST_F() local
282 float value = UPDATE_SIDE_BAR_POSITION_VALUE; in HWTEST_F() local
303 float value = UPDATE_SIDE_BAR_POSITION_VALUE; in HWTEST_F() local
1290 float value = UPDATE_SIDE_BAR_POSITION_VALUE; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.h280 inline void UpdateVectorBlackPointCenterX(const LinearVector<float>& value) in UpdateVectorBlackPointCenterX() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp299 void SetAlignStyle(ArkUINodeHandle node, int32_t value) in SetAlignStyle() argument
313 void SetPopupHorizontalSpace(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetPopupHorizontalSpace() argument
327 void SetUsingPopup(ArkUINodeHandle node, ArkUI_Bool value) in SetUsingPopup() argument
341 void SetAlphabetIndexerSelected(ArkUINodeHandle node, int32_t value) in SetAlphabetIndexerSelected() argument
373 void SetItemSize(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetItemSize() argument
449 SetPopupBackgroundBlurStyle(ArkUINodeHandle node, ArkUI_Uint32 value) SetPopupBackgroundBlurStyle() argument
500 SetArrayValue(ArkUINodeHandle node, ArkUI_CharPtr* value, ArkUI_Uint32 length) SetArrayValue() argument
520 SetAutoCollapse(ArkUINodeHandle node, ArkUI_Bool value) SetAutoCollapse() argument
534 SetEnableHapticFeedback(ArkUINodeHandle node, ArkUI_Bool value) SetEnableHapticFeedback() argument
[all...]
H A Dgrid_modifier.cpp130 void SetGridScrollBarWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetGridScrollBarWidth() argument
H A Dnode_slider_modifier.cpp56 void SetShowTips(ArkUINodeHandle node, ArkUI_Bool isShow, const char *value) in SetShowTips() argument
78 void SetSliderStepSize(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetSliderStepSize() argument
126 void SetTrackBorderRadius(ArkUINodeHandle node, float value, int unit) in SetTrackBorderRadius() argument
170 void SetBlockBorderWidth(ArkUINodeHandle node, ArkUI_Float32 value, int unit) in SetBlockBorderWidth() argument
252 void SetThickness(ArkUINodeHandle node, ArkUI_Float32 value, in argument
268 SetSliderValue(ArkUINodeHandle node, float value) SetSliderValue() argument
275 SetMinLabel(ArkUINodeHandle node, float value) SetMinLabel() argument
282 SetMaxLabel(ArkUINodeHandle node, float value) SetMaxLabel() argument
289 SetDirection(ArkUINodeHandle node, int value) SetDirection() argument
296 SetStep(ArkUINodeHandle node, float value) SetStep() argument
303 SetReverse(ArkUINodeHandle node, int value) SetReverse() argument
310 SetSliderStyle(ArkUINodeHandle node, int value) SetSliderStyle() argument
446 SetSliderBlockType(ArkUINodeHandle node, int value) SetSliderBlockType() argument
474 SetSelectedBorderRadius(ArkUINodeHandle node, float value, int unit) SetSelectedBorderRadius() argument
489 SetInteractionMode(ArkUINodeHandle node, int value) SetInteractionMode() argument
503 SetMinResponsiveDistance(ArkUINodeHandle node, float value) SetMinResponsiveDistance() argument
609 GetSliderBlockShape(ArkUINodeHandle node, ArkUI_Float32 (*value)[5]) GetSliderBlockShape() argument
[all...]
H A Dbutton_modifier.cpp299 auto value = dimensionArray[valueIndex]; in SetButtonDimension() local
589 void SetButtonLabelWithCheck(ArkUINodeHandle node, ArkUI_CharPtr value) in SetButtonLabelWithCheck() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.cpp307 SetOnClick( std::function<void(const BaseEventInfo* info, const RefPtr<V2::InspectorFunctionImpl>& impl)>&& value) SetOnClick() argument
708 bool value = true; GetLoop() local
715 bool value = false; GetAutoPlay() local
722 int value = 0; GetIndex() local
729 Axis value = Axis::HORIZONTAL; GetDirection() local
736 uint32_t value = SwiperAnimationStyle::DEFAULT_DURATION; GetDuration() local
743 int value = 1; GetDisplayCount() local
750 int value = SwiperAnimationStyle::DEFAULT_INTERVAL; GetAutoPlayInterval() local
757 RefPtr<Curve> value = OHOS::Ace::Curves::LINEAR; GetCurve() local
764 bool value = false; GetDisableSwipe() local
778 bool value = true; GetShowIndicator() local
869 SwiperIndicatorType value = SwiperIndicatorType::DOT; GetIndicatorType() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.h96 void SetSelected(uint32_t value) in SetSelected() argument
106 void SetRange(const std::vector<NG::RangeContent>& value) in SetRange() argument
140 void AppendOption(const NG::RangeContent& value) in AppendOption() argument
273 SetHasSelectAttr(bool value) SetHasSelectAttr() argument
360 SetGradientHeight(const Dimension& value) SetGradientHeight() argument
466 SetPaintDividerSpacing(float& value) SetPaintDividerSpacing() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_pattern.cpp890 auto value = eventHub->GetValue(); in BuildContentModifierNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.h91 void SetShowLunarSwitch(bool value) in SetShowLunarSwitch() argument
212 void SetHour24(bool value) in SetHour24() argument
225 void SetDateTimeOptionUpdate(bool value) in SetDateTimeOptionUpdate() argument
230 SetPrefixHour(ZeroPrefixType& value) SetPrefixHour() argument
249 SetSelectedTime(const PickerTime& value) SetSelectedTime() argument
261 SetDialogTitleDate(const PickerDate& value) SetDialogTitleDate() argument
327 SetHasSecond(bool value) SetHasSecond() argument
332 SetPrefixMinute(ZeroPrefixType value) SetPrefixMinute() argument
345 SetPrefixSecond(ZeroPrefixType value) SetPrefixSecond() argument
365 SetWheelModeEnabled(bool value) SetWheelModeEnabled() argument
379 SetColumn(const RefPtr<FrameNode>& value) SetColumn() argument
394 SetIsEnableHaptic(bool value) SetIsEnableHaptic() argument
552 SetPaintDividerSpacing(float& value) SetPaintDividerSpacing() argument
562 SetCurrentFocusKeyID(int32_t value) SetCurrentFocusKeyID() argument
572 SetCurrentPage(uint32_t value) SetCurrentPage() argument
[all...]
H A Dtimepicker_column_pattern.h129 void SetCurrentIndex(uint32_t value) in SetCurrentIndex() argument
151 void SetOptions(const std::map<WeakPtr<FrameNode>, uint32_t>& value) in SetOptions() argument
179 void SetChangeCallback(ColumnChangeCallback&& value) in SetChangeCallback() argument
196 void SetEventCallback(EventCallback&& value) in SetEventCallback() argument
206 void SetHour24(bool value) in SetHour24() argument
221 SetWheelModeEnabled(bool value) SetWheelModeEnabled() argument
231 SetLocalDownDistance(float value) SetLocalDownDistance() argument
249 SetYLast(double value) SetYLast() argument
286 SetYOffset(double value) SetYOffset() argument
301 SetclickBreak(bool value) SetclickBreak() argument
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp284 void OH_ArkUI_LayoutConstraint_SetMinWidth(ArkUI_LayoutConstraint* constraint, int32_t value) in OH_ArkUI_LayoutConstraint_SetMinWidth() argument
289 void OH_ArkUI_LayoutConstraint_SetMaxWidth(ArkUI_LayoutConstraint* constraint, int32_t value) in OH_ArkUI_LayoutConstraint_SetMaxWidth() argument
295 void OH_ArkUI_LayoutConstraint_SetMaxHeight(ArkUI_LayoutConstraint* constraint, int32_t value) in OH_ArkUI_LayoutConstraint_SetMaxHeight() argument
300 void OH_ArkUI_LayoutConstraint_SetMinHeight(ArkUI_LayoutConstraint* constraint, int32_t value) in OH_ArkUI_LayoutConstraint_SetMinHeight() argument
305 void OH_ArkUI_LayoutConstraint_SetPercentReferenceWidth(ArkUI_LayoutConstraint* constraint, int32_t value) in OH_ArkUI_LayoutConstraint_SetPercentReferenceWidth() argument
310 OH_ArkUI_LayoutConstraint_SetPercentReferenceHeight(ArkUI_LayoutConstraint* constraint, int32_t value) OH_ArkUI_LayoutConstraint_SetPercentReferenceHeight() argument
362 OH_ArkUI_SwiperIndicator_SetStartPosition(ArkUI_SwiperIndicator* indicator, float value) OH_ArkUI_SwiperIndicator_SetStartPosition() argument
375 OH_ArkUI_SwiperIndicator_SetTopPosition(ArkUI_SwiperIndicator* indicator, float value) OH_ArkUI_SwiperIndicator_SetTopPosition() argument
388 OH_ArkUI_SwiperIndicator_SetEndPosition(ArkUI_SwiperIndicator* indicator, float value) OH_ArkUI_SwiperIndicator_SetEndPosition() argument
401 OH_ArkUI_SwiperIndicator_SetBottomPosition(ArkUI_SwiperIndicator* indicator, float value) OH_ArkUI_SwiperIndicator_SetBottomPosition() argument
414 OH_ArkUI_SwiperIndicator_SetItemWidth(ArkUI_SwiperIndicator* indicator, float value) OH_ArkUI_SwiperIndicator_SetItemWidth() argument
427 OH_ArkUI_SwiperIndicator_SetItemHeight(ArkUI_SwiperIndicator* indicator, float value) OH_ArkUI_SwiperIndicator_SetItemHeight() argument
440 OH_ArkUI_SwiperIndicator_SetSelectedItemWidth(ArkUI_SwiperIndicator* indicator, float value) OH_ArkUI_SwiperIndicator_SetSelectedItemWidth() argument
453 OH_ArkUI_SwiperIndicator_SetSelectedItemHeight(ArkUI_SwiperIndicator* indicator, float value) OH_ArkUI_SwiperIndicator_SetSelectedItemHeight() argument
674 ArkUI_AccessibilityValue* value = new ArkUI_AccessibilityValue; OH_ArkUI_AccessibilityValue_Create() local
682 OH_ArkUI_AccessibilityValue_Dispose(ArkUI_AccessibilityValue* value) OH_ArkUI_AccessibilityValue_Dispose() argument
687 OH_ArkUI_AccessibilityValue_SetMin(ArkUI_AccessibilityValue* value, int32_t min) OH_ArkUI_AccessibilityValue_SetMin() argument
694 OH_ArkUI_AccessibilityValue_GetMin(ArkUI_AccessibilityValue* value) OH_ArkUI_AccessibilityValue_GetMin() argument
700 OH_ArkUI_AccessibilityValue_SetMax(ArkUI_AccessibilityValue* value, int32_t max) OH_ArkUI_AccessibilityValue_SetMax() argument
707 OH_ArkUI_AccessibilityValue_GetMax(ArkUI_AccessibilityValue* value) OH_ArkUI_AccessibilityValue_GetMax() argument
713 OH_ArkUI_AccessibilityValue_SetCurrent(ArkUI_AccessibilityValue* value, int32_t current) OH_ArkUI_AccessibilityValue_SetCurrent() argument
720 OH_ArkUI_AccessibilityValue_GetCurrent(ArkUI_AccessibilityValue* value) OH_ArkUI_AccessibilityValue_GetCurrent() argument
726 OH_ArkUI_AccessibilityValue_SetText(ArkUI_AccessibilityValue* value, const char* text) OH_ArkUI_AccessibilityValue_SetText() argument
733 OH_ArkUI_AccessibilityValue_GetText(ArkUI_AccessibilityValue* value) OH_ArkUI_AccessibilityValue_GetText() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model.h220 static bool EscapeString(const std::string& value, std::string& result) in EscapeString() argument
286 SetWordBreak(Ace::WordBreak value) SetWordBreak() argument
317 SetBarState(DisplayMode value) SetBarState() argument
318 SetMaxViewLines(uint32_t value) SetMaxViewLines() argument
319 SetNormalMaxViewLines(uint32_t value) SetNormalMaxViewLines() argument
324 SetShowCounter(bool value) SetShowCounter() argument
331 SetCounterType(int32_t value) SetCounterType() argument
332 SetShowCounterBorder(bool value) SetShowCounterBorder() argument
344 SetLetterSpacing(const Dimension& value) SetLetterSpacing() argument
345 SetLineHeight(const Dimension& value) SetLineHeight() argument
346 SetLineSpacing(const Dimension& value) SetLineSpacing() argument
347 SetAdaptMinFontSize(const Dimension& value) SetAdaptMinFontSize() argument
348 SetAdaptMaxFontSize(const Dimension& value) SetAdaptMaxFontSize() argument
349 SetHeightAdaptivePolicy(TextHeightAdaptivePolicy value) SetHeightAdaptivePolicy() argument
350 SetTextDecoration(Ace::TextDecoration value) SetTextDecoration() argument
351 SetTextDecorationColor(const Color& value) SetTextDecorationColor() argument
352 SetTextDecorationStyle(Ace::TextDecorationStyle value) SetTextDecorationStyle() argument
354 SetTextOverflow(Ace::TextOverflow value) SetTextOverflow() argument
355 SetTextIndent(const Dimension& value) SetTextIndent() argument
[all...]
H A Dtext_field_event_hub.h44 std::string value; member
116 void FireOnSecurityStateChanged(bool value) in FireOnSecurityStateChanged() argument
124 FireOnEditChanged(bool value) FireOnEditChanged() argument
137 FireOnSubmit(int32_t value, NG::TextFieldCommonEvent& event) FireOnSubmit() argument
155 FireOnChange(const std::string& value, PreviewText& previewText) FireOnChange() argument
212 FireOnCopy(const std::string& value) FireOnCopy() argument
225 FireOnCut(const std::string& value) FireOnCut() argument
238 FireOnPaste(const std::string& value) FireOnPaste() argument
251 FireOnPasteWithEvent(const std::string& value, NG::TextCommonEvent& event) FireOnPasteWithEvent() argument
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp83 inline bool IsNumber(const std::string& value) in IsNumber() argument
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Djs_ui_observer.cpp102 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
H A Dui_observer_listener.cpp312 napi_valuetype UIObserverListener::GetValueType(napi_env env, napi_value value) in GetValueType() argument
331 napi_value value = nullptr; in GetNamedProperty() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp649 void ScrollBar::ProcessFrictionMotion(double value) in ProcessFrictionMotion() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp626 void ScrollBarPattern::SetOpacity(uint8_t value) in SetOpacity() argument
778 void ScrollBarPattern::ProcessFrictionMotion(double value) in ProcessFrictionMotion() argument

Completed in 72 milliseconds

1...<<291292293294295296297298299300>>...408