Searched refs:ExecuteWithoutAnimation (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | animation_utils.h | 65 static void ExecuteWithoutAnimation(const PropertyCallback& callback);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_animation_utils.cpp | 223 void AnimationUtils::ExecuteWithoutAnimation(const PropertyCallback& callback) in ExecuteWithoutAnimation() function in OHOS::Ace::AnimationUtils 225 Rosen::RSNode::ExecuteWithoutAnimation(callback); in ExecuteWithoutAnimation()
|
H A D | rosen_render_context.cpp | 533 RSNode::ExecuteWithoutAnimation([&]() { SyncGeometryFrame(paintRect); }); in SetFrameWithoutAnimation() 544 RSNode::ExecuteWithoutAnimation([&]() { SyncGeometryProperties(paintRect_); }); in SyncGeometryProperties() 2333 RSNode::ExecuteWithoutAnimation([this, isTransitionIn]() { in NotifyTransitionInner() 4810 AnimationUtils::ExecuteWithoutAnimation([weakRsNode]() { 5708 RSNode::ExecuteWithoutAnimation([this, isOnTheTree, &frameNode]() { 5721 RSNode::ExecuteWithoutAnimation([this, &frameNode, isTransitionIn]() {
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_implicit_animator_test.cpp | 214 rsImplicitAnimator.ExecuteWithoutAnimation(nullptr); in HWTEST_F()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_implicit_animator.h | 109 void ExecuteWithoutAnimation(const std::function<void()>& callback);
|
H A D | rs_implicit_animator.cpp | 640 void RSImplicitAnimator::ExecuteWithoutAnimation(const std::function<void()>& callback) in ExecuteWithoutAnimation() function in OHOS::Rosen::RSImplicitAnimator
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_animation_utils.cpp | 180 void AnimationUtils::ExecuteWithoutAnimation(const PropertyCallback& callback) in ExecuteWithoutAnimation() function in OHOS::Ace::AnimationUtils
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 165 static void ExecuteWithoutAnimation(
|
H A D | rs_node.cpp | 324 void RSNode::ExecuteWithoutAnimation( in ExecuteWithoutAnimation() function in OHOS::Rosen::RSNode 337 implicitAnimator->ExecuteWithoutAnimation(callback); in ExecuteWithoutAnimation() 1961 ExecuteWithoutAnimation( in NotifyTransition()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4775 HWTEST_F(RSNodeTest, ExecuteWithoutAnimation, TestSize.Level1) 4780 rsNode->ExecuteWithoutAnimation(callback, implicitAnimator); 4784 rsNode->ExecuteWithoutAnimation(callback, implicitAnimator); 4788 rsNode->ExecuteWithoutAnimation(callback, implicitAnimator);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 1323 …AnimationUtils::ExecuteWithoutAnimation([this]() { springOffsetProperty_->Set(GetTotalOffset()); }… in PlaySpringAnimation()
|