Home
last modified time | relevance | path

Searched refs:animationType (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dscroller_modifier.cpp64 ArkUI_Bool animation, const struct ArkUIScrollerAnimationType* animationType) in ScrollTo()
70 float duration = animationType->duration; in ScrollTo()
71 RefPtr<Curve> curve = Framework::CreateCurve(Framework::CurveIntToString(animationType->curve), false); in ScrollTo()
63 ScrollTo(ArkUINodeHandle node, ArkUI_Float32* xOffsetArray, ArkUI_Float32* yOffsetArray, ArkUI_Bool animation, const struct ArkUIScrollerAnimationType* animationType) ScrollTo() argument
H A Dnode_common_modifier.cpp4132 const std::shared_ptr<AnimationOption> animationOption, ArkUIAnimationOptionType& animationType) in ParseAnimationOptionToStruct()
4135 animationType.duration = animationOption->GetDuration(); in ParseAnimationOptionToStruct()
4136 animationType.curve = findCurveIndex(animationOption->GetCurve()); in ParseAnimationOptionToStruct()
4137 animationType.delay = animationOption->GetDelay(); in ParseAnimationOptionToStruct()
4138 animationType.iteration = animationOption->GetIteration(); in ParseAnimationOptionToStruct()
4139 animationType.playMode = static_cast<int32_t>(animationOption->GetAnimationDirection()); in ParseAnimationOptionToStruct()
4140 animationType.tempo = animationOption->GetTempo(); in ParseAnimationOptionToStruct()
4145 ArkUIAnimationOptionType animationType = { DEFAULT_DURATION, 0, 0, 1, 0, 1.0f }; in GetOpacityTransition() local
4146 ArkUIOpacityTransitionType opacityAnimationStruct = { 1.0f, animationType }; in GetOpacityTransition()
4217 ArkUIAnimationOptionType animationType in GetRotateTransition() local
4131 ParseAnimationOptionToStruct( const std::shared_ptr<AnimationOption> animationOption, ArkUIAnimationOptionType& animationType) ParseAnimationOptionToStruct() argument
4297 ArkUIAnimationOptionType animationType = { DEFAULT_DURATION, 0, 0, 1, 0, 1.0f }; GetScaleTransition() local
4372 ArkUIAnimationOptionType animationType = { DEFAULT_DURATION, 0, 0, 1, 0, 1.0f }; GetTranslateTransition() local
4441 ArkUIAnimationOptionType animationType = { DEFAULT_DURATION, 0, 0, 1, 0, 1.0f }; GetMoveTransition() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_hm_symbol_config_ohos.cpp66 DrawingAnimationType animationType = static_cast<DrawingAnimationType>(setting.animationTypes[i]); in ConvertToDrawingAnimationSetting() local
67 drawingSetting.animationTypes.push_back(animationType); in ConvertToDrawingAnimationSetting()
132 auto animationType = static_cast<AnimationType>(type); in GetGroupParameters() local
135 animationType, groupSum, animationMode, subType); in GetGroupParameters()
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.h226 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument
228 animationType_ = animationType; in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h279 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument
281 animationType_ = animationType; in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_component.h116 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument
118 animationType_ = animationType; in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.h217 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument
219 animationType_ = animationType; in SetMouseAnimationType()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp142 const uint64_t propertyId, const uint64_t animationId, const int animationType, const int propertyType, in addAnimationCreateTrace()
152 nodeId, nodeName.c_str(), propertyId, animationId, animationType, propertyType, startStr.c_str(), in addAnimationCreateTrace()
141 addAnimationCreateTrace(const uint64_t nodeId, const std::string& nodeName, const uint64_t propertyId, const uint64_t animationId, const int animationType, const int propertyType, const std::shared_ptr<RSRenderPropertyBase>& startValue, const std::shared_ptr<RSRenderPropertyBase>& endValue, const int animationDelay, const int animationDur, const int repeat) const addAnimationCreateTrace() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_run.cpp175 RSAnimationType animationType = static_cast<RSAnimationType>(effectStrategy); in GetAnimationGroups() local
179 animationType) == animationSetting.animationTypes.end()) { in GetAnimationGroups()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_trace_utils.h35 const uint64_t animationId, const int animationType, const int propertyType,
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h71 DrawingAnimationType animationType = DrawingAnimationType::INVALID_ANIMATION_TYPE; member
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp675 void TextFieldComponent::SetHoverAnimationType(HoverAnimationType animationType) in SetHoverAnimationType() argument
677 declaration_->SetHoverAnimationType(animationType); in SetHoverAnimationType()
H A Dtext_field_component.h225 void SetHoverAnimationType(HoverAnimationType animationType);
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h300 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument
302 animationType_ = animationType; in SetMouseAnimationType()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h908 void SetHoverAnimationType(HoverAnimationType animationType) in SetHoverAnimationType() argument
911 style.hoverAnimationType = animationType; in SetHoverAnimationType()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp207 const int animationType = GetData<int>(); in RSAnimationTraceUtilsFuzzerTest() local
223 nodeId, nodeName, propertyId, animationId, animationType, propertyType, startValue, endValue, in RSAnimationTraceUtilsFuzzerTest()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_test_ng.cpp561 auto animationType = AnimationType::HOVERTOPRESS; in HWTEST_F() local
575 tabBarPattern_->PlayPressAnimation(index, pressColor, animationType); in HWTEST_F()
576 animationType = AnimationType::HOVER; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.h583 void PlayPressAnimation(int32_t index, const Color& pressColor, AnimationType animationType);
H A Dtab_bar_pattern.cpp1855 void TabBarPattern::PlayPressAnimation(int32_t index, const Color& pressColor, AnimationType animationType) in PlayPressAnimation() argument
1858 tabBarStyle_ == TabBarStyle::BOTTOMTABBATSTYLE && animationType == AnimationType::PRESS) { in PlayPressAnimation()
1866 option.SetDuration(animationType == AnimationType::HOVERTOPRESS in PlayPressAnimation()
1870 option.SetCurve(animationType == AnimationType::PRESS ? DurationCubicCurve in PlayPressAnimation()
1871 : animationType == AnimationType::HOVER ? Curves::FRICTION in PlayPressAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp3056 HoverEffectType animationType = HoverEffectType::UNKNOWN; in AnimateHoverEffect() local
3059 animationType = inputEventHub->GetHoverEffect(); in AnimateHoverEffect()
3060 if (animationType == HoverEffectType::UNKNOWN || animationType == HoverEffectType::AUTO) { in AnimateHoverEffect()
3061 animationType = inputEventHub->GetHoverEffectAuto(); in AnimateHoverEffect()
3064 if (animationType == HoverEffectType::SCALE) { in AnimateHoverEffect()
3066 } else if (animationType == HoverEffectType::BOARD) { in AnimateHoverEffect()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1250 ArkUI_Bool animation, const struct ArkUIScrollerAnimationType* animationType);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2825 ArkUI_Bool animation, const struct ArkUIScrollerAnimationType* animationType);

Completed in 74 milliseconds