Home
last modified time | relevance | path

Searched refs:Animate (Results 1 - 25 of 144) sorted by relevance

123456

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_interactive_implict_animator_test.cpp52 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
85 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
141 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
171 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
202 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
231 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
260 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
290 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
321 RSNode::Animate(protocol, curve, [&]() { in HWTEST_F()
357 RSNode::Animate(protoco in HWTEST_F()
[all...]
H A Drs_animation_timing_curve_test.cpp47 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&alphaProperty]() { in HWTEST_F()
80 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in HWTEST_F()
113 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&rotationProperty]() { in HWTEST_F()
146 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&alphaProperty]() { in HWTEST_F()
179 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in HWTEST_F()
212 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&rotationProperty]() { in HWTEST_F()
245 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in HWTEST_F()
278 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&rotationProperty]() { in HWTEST_F()
311 auto curveAnimations = RSNode::Animate(protocol, timingCurve, [&scaleProperty]() { in HWTEST_F()
344 auto curveAnimations = RSNode::Animate(protoco in HWTEST_F()
[all...]
H A Drs_transition_test.cpp125 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
140 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
183 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
198 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
240 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
255 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
304 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
319 animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
370 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, [&]() { in HWTEST_F()
385 animations = RSNode::Animate(protoco in HWTEST_F()
[all...]
H A Drs_animation_test.cpp56 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F()
98 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F()
137 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, in HWTEST_F()
179 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F()
225 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F()
268 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, in HWTEST_F()
311 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F()
353 auto animations = RSNode::Animate(protocol, curve, [&property]() { in HWTEST_F()
393 auto animations = RSNode::Animate(protocol, RSAnimationTimingCurve::EASE, in HWTEST_F()
434 auto animations = RSNode::Animate(protoco in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_paint_method.cpp124 AnimationUtils::Animate(halfDurationOption, [&]() { totalScale_->Set(DEFAULT_SHRINK_SCALE_VER_TWELVE); }); in UpdateTotalScaleOnAnimatable()
126 AnimationUtils::Animate(delayOption, [&]() { totalScale_->Set(DEFAULT_TOTAL_SCALE); }); in UpdateTotalScaleOnAnimatable()
142 AnimationUtils::Animate(delayOption, [&]() { pointScale_->Set(DEFAULT_POINT_SCALE); }); in UpdateIsOnAnimatableProperty()
144 AnimationUtils::Animate(halfDurationOption, [&]() { ringPointScale_->Set(0); }); in UpdateIsOnAnimatableProperty()
147 AnimationUtils::Animate(halfDurationOption, [&]() { pointScale_->Set(0); }); in UpdateIsOnAnimatableProperty()
149 AnimationUtils::Animate(delayOption, [&]() { ringPointScale_->Set(1); }); in UpdateIsOnAnimatableProperty()
153 AnimationUtils::Animate(halfDurationOption, [&]() { totalScale_->Set(DEFAULT_SHRINK_SCALE); }); in UpdateIsOnAnimatableProperty()
155 AnimationUtils::Animate( in UpdateIsOnAnimatableProperty()
181 AnimationUtils::Animate( in UpdateIndicatorAnimation()
189 AnimationUtils::Animate( in UpdateIndicatorAnimation()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_paint_method.cpp117 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in CheckCirclesAndBackArrowIsShown()
139 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in CheckHasExtensionMenu()
149 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in CheckHasExtensionMenu()
171 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in CheckHandleIsShown()
H A Dselect_overlay_modifier.cpp107 AnimationUtils::Animate( in SetOtherPointRadius()
122 AnimationUtils::Animate( in SetHeadPointRadius()
193 AnimationUtils::Animate(option, [weak = AceType::WeakClaim(this)]() { in LineEndOffsetWithAnimation()
236 AnimationUtils::Animate( in BackArrowTransitionAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddate_time_animation_controller.cpp39 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()
H A Dtoss_animation_controller.cpp118 AnimationUtils::Animate( in StartSpringMotion()
140 AnimationUtils::Animate(option, [weak]() { in StopTossAnimation()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscheduler.cpp98 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()
H A Danimatable_data.h41 virtual T Animate(const T& start, const T& end, float process) in Animate() function in OHOS::Ace::AnimatableData
H A Dinterpolator.h76 return scheduler->Animate( in RunAsync()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp118 void AnimationUtils::Animate(const AnimationOption& option, const PropertyCallback& callback, in Animate() function in OHOS::Ace::AnimationUtils
124 Rosen::RSNode::Animate(timingProtocol, NativeCurveHelper::ToNativeCurve(option.GetCurve()), callback, in Animate()
169 animation->animations_ = Rosen::RSNode::Animate(timingProtocol, NativeCurveHelper::ToNativeCurve(option.GetCurve()), in StartAnimation()
198 AnimationUtils::Animate(option, [context = renderContext, color = endColor]() { context->BlendBgColor(color); }); in BlendBgColorAnimation()
H A Dfake_animation_utils.cpp29 void AnimationUtils::Animate( in Animate() function in OHOS::Ace::AnimationUtils
H A Dmoon_progress_modifier.cpp106 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()
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_scheduler.cpp31 bool Scheduler::Animate(const AnimationOption& option, const RefPtr<Curve>& curve, in Animate() function in OHOS::Ace::Scheduler
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp188 * @tc.desc: Verify the Animate
214 animationManager.Animate(0, false, RSSurfaceNodeAbilityState::FOREGROUND); in HWTEST_F()
220 animationManager.Animate(0, true, RSSurfaceNodeAbilityState::BACKGROUND); in HWTEST_F()
230 * @tc.desc: Verify the Animate
256 animationManager.Animate(0, true, RSSurfaceNodeAbilityState::BACKGROUND); in HWTEST_F()
264 animationManager.Animate(0, true, RSSurfaceNodeAbilityState::FOREGROUND); in HWTEST_F()
272 animationManager.Animate(0, false, RSSurfaceNodeAbilityState::BACKGROUND); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_transition_demo.cpp370 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition1()
408 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition2()
415 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition2()
453 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition3()
459 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition3()
483 RSNode::Animate(protocol, RSAnimationTimingCurve::EASE_IN_OUT, [&]() { in Transition4()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp405 AnimationUtils::Animate(option, [weak = WeakClaim(this), hoverItemHalfSizes, vectorBlackPointCenterX, in UpdateNormalToHoverPaintProperty()
422 AnimationUtils::Animate(option, [weak = WeakClaim(this), margin, normalItemHalfSizes, vectorBlackPointCenterX, in UpdateHoverToNormalPaintProperty()
439 AnimationUtils::Animate(option, [weak = WeakClaim(this), hoverItemHalfSizes, vectorBlackPointCenterX, in UpdateNormalToPressPaintProperty()
454 AnimationUtils::Animate(option, [weak = WeakClaim(this), margin, normalItemHalfSizes, vectorBlackPointCenterX, in UpdatePressToNormalPaintProperty()
470 AnimationUtils::Animate(option, [weak = WeakClaim(this), backgroundColor]() { in UpdateHoverAndPressConversionPaintProperty()
483 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in UpdateNormalToHoverPointDilateRatio()
496 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in UpdateHoverToNormalPointDilateRatio()
509 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in UpdateLongPointDilateRatio()
515 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in UpdateLongPointDilateRatio()
530 AnimationUtils::Animate(blackPointOptio in UpdateAllPointCenterXAnimation()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle_animation.h47 bool Animate(int64_t time) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_modifier.h86 AnimationUtils::Animate(colorOption, [&]() { in UpdateAnimatableProperty()
109 AnimationUtils::Animate(pointOption, [&]() { pointOffset_->Set(newPointOffset); }); in UpdateAnimatableProperty()
118 AnimationUtils::Animate(option, [&]() { animateTouchHoverColor_->Set(color); }); in SetBoardColor()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_test.cpp217 * @tc.desc: test results of Animate
226 RSRenderThread::Instance().Animate(timestamp); in HWTEST_F()
234 RSRenderThread::Instance().Animate(timestamp); in HWTEST_F()
240 RSRenderThread::Instance().Animate(timestamp); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/
H A Ddrag_animation_helper.cpp105 AnimationUtils::Animate(
183 AnimationUtils::Animate( in PlayNodeAnimationBeforeLifting()
210 AnimationUtils::Animate( in PlayNodeResetAnimation()
248 AnimationUtils::Animate( in PlayGatherAnimation()
279 AnimationUtils::Animate( in ShowBadgeAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_drag_manager.cpp145 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in HandleOnItemLongPress()
423 AnimationUtils::Animate(option, [weak = forEachNode_, from, to]() { in HandleSwapAnimation()
442 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in HandleDragEndAnimation()
459 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in HandleDragEndAnimation()
475 AnimationUtils::Animate(option, [weak = WeakClaim(this)]() { in HandleDragEndAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_modifier.h76 AnimationUtils::Animate(option, [&]() { in UpdateAnimatableProperty()
94 AnimationUtils::Animate(option, [&]() { animateTouchHoverColor_->Set(color); }); in SetBoardColor()

Completed in 19 milliseconds

123456