/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_transition_test.cpp | 125 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0102() 140 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0302() 183 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0502() 198 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0702() 255 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0b02() 319 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d0f02() 385 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d1302() 450 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in __anon72d62c7d1702() 627 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, 663 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [all …]
|
H A D | rs_animation_timing_curve_test.cpp | 47 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&alphaProperty]() { in __anona359bf1d0202() 80 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in __anona359bf1d0402() 113 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&rotationProperty]() { in __anona359bf1d0602() 146 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&alphaProperty]() { in __anona359bf1d0702() 179 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in __anona359bf1d0802() 212 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&rotationProperty]() { in __anona359bf1d0902() 245 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in __anona359bf1d0a02() 278 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&rotationProperty]() { in __anona359bf1d0b02() 311 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in __anona359bf1d0c02() 344 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in __anona359bf1d0d02() [all …]
|
H A D | rs_interactive_implict_animator_test.cpp | 52 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b0102() 85 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b0402() 141 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b0702() 171 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b0902() 202 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b0b02() 231 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b0d02() 260 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b0f02() 290 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b1102() 321 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b1302() 357 RSNode::Animate(protocol, curve, [&]() { in __anon9497677b1502() [all …]
|
H A D | rs_animation_test.cpp | 55 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20102() 97 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20202() 136 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, 178 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20502() 224 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20702() 267 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, 310 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20a02() 352 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20b02() 392 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, 433 auto animations = RSNode::Animate(protocol, curve, [&property]() { in __anon75252fb20d02() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_paint_method.cpp | 131 …AnimationUtils::Animate(halfDurationOption, [&]() { totalScale_->Set(DEFAULT_SHRINK_SCALE_VER_TWEL… in UpdateTotalScaleOnAnimatable() 133 AnimationUtils::Animate(delayOption, [&]() { totalScale_->Set(DEFAULT_TOTAL_SCALE); }); in UpdateTotalScaleOnAnimatable() 149 AnimationUtils::Animate(delayOption, [&]() { pointScale_->Set(DEFAULT_POINT_SCALE); }); in UpdateIsOnAnimatableProperty() 151 AnimationUtils::Animate(halfDurationOption, [&]() { ringPointScale_->Set(0); }); in UpdateIsOnAnimatableProperty() 154 AnimationUtils::Animate(halfDurationOption, [&]() { pointScale_->Set(0); }); in UpdateIsOnAnimatableProperty() 156 AnimationUtils::Animate(delayOption, [&]() { ringPointScale_->Set(1); }); in UpdateIsOnAnimatableProperty() 160 AnimationUtils::Animate(halfDurationOption, [&]() { totalScale_->Set(DEFAULT_SHRINK_SCALE); }); in UpdateIsOnAnimatableProperty() 162 AnimationUtils::Animate( in UpdateIsOnAnimatableProperty() 188 AnimationUtils::Animate( in UpdateIndicatorAnimation() 196 AnimationUtils::Animate( in UpdateIndicatorAnimation() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_paint_method.cpp | 121 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in CheckCirclesAndBackArrowIsShown() 143 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in CheckHasExtensionMenu() 153 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in CheckHasExtensionMenu() 175 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in CheckHandleIsShown()
|
H A D | select_overlay_modifier.cpp | 113 AnimationUtils::Animate( in SetOtherPointRadius() 128 AnimationUtils::Animate( in SetHeadPointRadius() 199 AnimationUtils::Animate(option, [weak = AceType::WeakClaim(this)]() { in LineEndOffsetWithAnimation() 242 AnimationUtils::Animate( in BackArrowTransitionAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | date_time_animation_controller.cpp | 39 AnimationUtils::Animate(animationOption, in PlayTitleInAnimation() 56 AnimationUtils::Animate(animationOption, in PlayTitleOutAnimation() 81 AnimationUtils::Animate(animationOption, in PlayMovingInAnimation() 112 AnimationUtils::Animate(animationOption, in PlayMovingOutAnimation() 193 AnimationUtils::Animate(animationOption, in PlayNewColumnOpacityInAnimation() 311 AnimationUtils::Animate(animationOption, in PlayNewColumnOpacityOutAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_animation_manager_test.cpp | 214 animationManager.Animate(0, false, RSSurfaceNodeAbilityState::FOREGROUND); 220 animationManager.Animate(0, true, RSSurfaceNodeAbilityState::BACKGROUND); 256 animationManager.Animate(0, true, RSSurfaceNodeAbilityState::BACKGROUND); 264 animationManager.Animate(0, true, RSSurfaceNodeAbilityState::FOREGROUND); 272 animationManager.Animate(0, false, RSSurfaceNodeAbilityState::BACKGROUND);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_modifier.cpp | 415 …AnimationUtils::Animate(option, [weak = WeakClaim(this), hoverItemHalfSizes, vectorBlackPointCente… in UpdateNormalToHoverPaintProperty() 432 …AnimationUtils::Animate(option, [weak = WeakClaim(this), margin, normalItemHalfSizes, vectorBlackP… in UpdateHoverToNormalPaintProperty() 449 …AnimationUtils::Animate(option, [weak = WeakClaim(this), hoverItemHalfSizes, vectorBlackPointCente… in UpdateNormalToPressPaintProperty() 464 …AnimationUtils::Animate(option, [weak = WeakClaim(this), margin, normalItemHalfSizes, vectorBlackP… in UpdatePressToNormalPaintProperty() 480 AnimationUtils::Animate(option, [weak = WeakClaim(this), backgroundColor]() { in UpdateHoverAndPressConversionPaintProperty() 493 …AnimationUtils::Animate(option, [&]() { normalToHoverPointDilateRatio_->Set(INDICATOR_ZOOM_IN_SCAL… in UpdateNormalToHoverPointDilateRatio() 502 AnimationUtils::Animate(option, [&]() { hoverToNormalPointDilateRatio_->Set(1.0f); }); in UpdateHoverToNormalPointDilateRatio() 511 … AnimationUtils::Animate(option, [&]() { longPointDilateRatio_->Set(INDICATOR_ZOOM_IN_SCALE); }); in UpdateLongPointDilateRatio() 513 AnimationUtils::Animate(option, [&]() { longPointDilateRatio_->Set(1.0f); }); in UpdateLongPointDilateRatio() 524 …AnimationUtils::Animate(blackPointOption, [&]() { vectorBlackPointCenterX_->Set(vectorBlackPointCe… in UpdateAllPointCenterXAnimation() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_transition_demo.cpp | 367 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition1() 405 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition2() 412 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition2() 450 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition3() 456 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition3() 480 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition4()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_animation_utils.cpp | 113 void AnimationUtils::Animate(const AnimationOption& option, const PropertyCallback& callback, in Animate() function in OHOS::Ace::AnimationUtils 119 …Rosen::RSNode::Animate(timingProtocol, NativeCurveHelper::ToNativeCurve(option.GetCurve()), callba… in Animate() 164 …animation->animations_ = Rosen::RSNode::Animate(timingProtocol, NativeCurveHelper::ToNativeCurve(o… in StartAnimation() 193 …AnimationUtils::Animate(option, [context = renderContext, color = endColor]() { context->BlendBgCo… in BlendBgColorAnimation()
|
H A D | moon_progress_modifier.cpp | 106 AnimationUtils::Animate( in SetValue() 157 … AnimationUtils::Animate(option, [weak = AceType::WeakClaim(AceType::RawPtr(ratio_)), value]() { in SetMoonAnimate() 174 AnimationUtils::Animate(option, [weak = AceType::WeakClaim(AceType::RawPtr(opacity_))]() { in StartPictureAnimate() 186 AnimationUtils::Animate(option, [&]() { opacity_->Set(0.0f); }); in StopPictureAnimate()
|
H A D | fake_animation_utils.cpp | 29 void AnimationUtils::Animate( in Animate() function in OHOS::Ace::AnimationUtils
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_modifier.h | 78 AnimationUtils::Animate(colorOption, [&]() { in UpdateAnimatableProperty() 113 AnimationUtils::Animate(pointOption, [&]() { pointOffset_->Set(newPointOffset); }); in UpdatePointOffsetAnimation() 122 AnimationUtils::Animate(option, [&]() { animateTouchHoverColor_->Set(color); }); in SetBoardColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | scheduler.cpp | 98 bool Scheduler::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() function in OHOS::Ace::Scheduler 107 return context->Animate(option, curve, propertyCallback, finishCallBack); in Animate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | drag_animation_helper.cpp | 112 AnimationUtils::Animate( in PlayGatherNodeTranslateAnimation() 191 AnimationUtils::Animate( in PlayNodeAnimationBeforeLifting() 218 AnimationUtils::Animate( in PlayNodeResetAnimation() 257 AnimationUtils::Animate( in PlayGatherAnimation() 284 AnimationUtils::Animate( in ShowBadgeAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_drag_manager.cpp | 147 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in HandleOnItemLongPress() 425 AnimationUtils::Animate(option, [weak = forEachNode_, from, to]() { in HandleSwapAnimation() 444 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in HandleDragEndAnimation() 461 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in HandleDragEndAnimation() 477 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in HandleDragEndAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_modifier_manager.cpp | 86 bool RSModifierManager::Animate(int64_t time, int64_t vsyncPeriod) in Animate() function in OHOS::Rosen::RSModifierManager 104 isFinished = animation->Animate(time); in Animate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_test.cpp | 208 RSRenderThread::Instance().Animate(timestamp); 217 RSRenderThread::Instance().Animate(timestamp); 224 RSRenderThread::Instance().Animate(timestamp);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_modifier.cpp | 619 …AnimationUtils::Animate(option, [&]() { pointAnimateColor_->Set(LinearColor(correctColor_->Get()))… in StartChallengeResultAnimate() 710 AnimationUtils::Animate(option, in SetBackgroundCircleRadius() 742 AnimationUtils::Animate( in SetActiveCircleRadius() 763 AnimationUtils::Animate( in SetLightRingCircleRadius() 788 …AnimationUtils::Animate(optionSecond, [=]() { singleLightRingAlphaF->Set(LIGHT_RING_ALPHAF_START);… in SetLightRingAlphaF() 790 AnimationUtils::Animate( in SetLightRingAlphaF() 816 AnimationUtils::Animate(option, [&]() { connectedLineTailPoint_->Set(lastPoint); }); in SetConnectedLineTailPoint() 841 AnimationUtils::Animate(option, [&]() { canceledLineTailPoint_->Set(pointEnd); }); in SetCanceledLineTailPoint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | toss_animation_controller.cpp | 125 AnimationUtils::Animate( in StartSpringMotion() 147 AnimationUtils::Animate(option, [weak]() { in StopTossAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | toss_animation_controller.cpp | 123 AnimationUtils::Animate( in StartSpringMotion() 146 AnimationUtils::Animate(option, [weak]() { in StopTossAnimation()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_scheduler.cpp | 31 bool Scheduler::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() function in OHOS::Ace::Scheduler
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_modifier.h | 76 AnimationUtils::Animate(option, [&]() { in UpdateAnimatableProperty() 94 AnimationUtils::Animate(option, [&]() { animateTouchHoverColor_->Set(color); }); in SetBoardColor()
|