Searched refs:AnimateWithCurrentOptions (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | animation_utils.h | 52 static void AnimateWithCurrentOptions(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_animation_utils.cpp | 127 void AnimationUtils::AnimateWithCurrentOptions( in AnimateWithCurrentOptions() function in OHOS::Ace::AnimationUtils 131 Rosen::RSNode::AnimateWithCurrentOptions(callback, wrappedOnFinish, timingSensitive); in AnimateWithCurrentOptions()
|
H A D | rosen_render_context.cpp | 5739 AnimationUtils::AnimateWithCurrentOptions( 5772 AnimationUtils::AnimateWithCurrentOptions(
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_animation_utils.cpp | 110 void AnimationUtils::AnimateWithCurrentOptions( in AnimateWithCurrentOptions() function in OHOS::Ace::AnimationUtils
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/ |
H A D | geometry_transition.cpp | 372 AnimationUtils::AnimateWithCurrentOptions(propertyCallback, finishCallback, false); in SyncGeometry()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 150 static std::vector<std::shared_ptr<RSAnimation>> AnimateWithCurrentOptions(
|
H A D | rs_node.cpp | 276 std::vector<std::shared_ptr<RSAnimation>> RSNode::AnimateWithCurrentOptions( in AnimateWithCurrentOptions() function in OHOS::Rosen::RSNode
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4478 RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, timingSensitive); 4483 …animateWithCurrentOptions = RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, ti… 4487 …animateWithCurrentOptions = RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, ti…
|