/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | scroller_modifier.cpp | 64 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 D | node_common_modifier.cpp | 4132 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 D | skia_hm_symbol_config_ohos.cpp | 66 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 D | slider_component.h | 226 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument 228 animationType_ = animationType; in SetMouseAnimationType()
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_component.h | 279 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument 281 animationType_ = animationType; in SetMouseAnimationType()
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | box_component.h | 116 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument 118 animationType_ = animationType; in SetMouseAnimationType()
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.h | 217 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 D | rs_animation_trace_utils.cpp | 142 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 D | hm_symbol_run.cpp | 175 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 D | rs_animation_trace_utils.h | 35 const uint64_t animationId, const int animationType, const int propertyType,
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | hm_symbol.h | 71 DrawingAnimationType animationType = DrawingAnimationType::INVALID_ANIMATION_TYPE; member
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 675 void TextFieldComponent::SetHoverAnimationType(HoverAnimationType animationType) in SetHoverAnimationType() argument 677 declaration_->SetHoverAnimationType(animationType); in SetHoverAnimationType()
|
H A D | text_field_component.h | 225 void SetHoverAnimationType(HoverAnimationType animationType);
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.h | 300 void SetMouseAnimationType(HoverAnimationType animationType) in SetMouseAnimationType() argument 302 animationType_ = animationType; in SetMouseAnimationType()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
H A D | textfield_declaration.h | 908 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 D | rsanimationbase_fuzzer.cpp | 207 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 D | tab_bar_test_ng.cpp | 561 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 D | tab_bar_pattern.h | 583 void PlayPressAnimation(int32_t index, const Color& pressColor, AnimationType animationType);
|
H A D | tab_bar_pattern.cpp | 1855 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 D | frame_node.cpp | 3056 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 D | cjui_api.h | 1250 ArkUI_Bool animation, const struct ArkUIScrollerAnimationType* animationType);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2825 ArkUI_Bool animation, const struct ArkUIScrollerAnimationType* animationType);
|