Home
last modified time | relevance | path

Searched refs:timingSensitive (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Danimation_utils.h53 …nst PropertyCallback& callback, const FinishCallback& finishCallback, bool timingSensitive = true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_animation_utils.cpp128 const PropertyCallback& callback, const FinishCallback& finishCallback, bool timingSensitive) in AnimateWithCurrentOptions() argument
131 Rosen::RSNode::AnimateWithCurrentOptions(callback, wrappedOnFinish, timingSensitive); in AnimateWithCurrentOptions()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_animation_utils.cpp111 const PropertyCallback& callback, const FinishCallback& finishCallback, bool timingSensitive) in AnimateWithCurrentOptions() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h151 …pertyCallback& callback, const std::function<void()>& finishCallback, bool timingSensitive = true);
H A Drs_node.cpp277 …pertyCallback& propertyCallback, const std::function<void()>& finishCallback, bool timingSensitive) in AnimateWithCurrentOptions() argument
296 timingSensitive ? FinishCallbackType::TIME_SENSITIVE : FinishCallbackType::TIME_INSENSITIVE; in AnimateWithCurrentOptions()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4476 bool timingSensitive = true; variable
4478 RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, timingSensitive);
4483 …rentOptions = RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, timingSensitive);
4487 …rentOptions = RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, timingSensitive);