Searched refs:textOption (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | percent_tdd_test.cpp | 372 JSValue textOption; variable 374 PrepareOptions(textOption, textStaticStyle); 376 JSValue textArgs[ARG_LENGTH_2] = {textTag, textOption}; 406 ReleaseJerryValue(textTag, textStaticStyle, textOption, textEl, VA_ARG_END_FLAG); 422 JSValue textOption; variable 424 PrepareOptions(textOption, textStaticStyle); 426 JSValue textArgs[ARG_LENGTH_2] = {textTag, textOption}; 457 ReleaseJerryValue(textTag, textStaticStyle, textOption, textEl, VA_ARG_END_FLAG);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | drag_animation_helper.cpp | 280 AnimationOption textOption; in ShowBadgeAnimation() local 281 textOption.SetDuration(BADGE_ANIMATION_DURATION); in ShowBadgeAnimation() 282 textOption.SetCurve(interpolatingSpring); in ShowBadgeAnimation() 283 textOption.SetDelay(BADGE_ANIMATION_DELAY); in ShowBadgeAnimation() 285 textOption, in ShowBadgeAnimation() 289 textOption.GetOnFinishEvent()); in ShowBadgeAnimation()
|