Searched refs:timingSensitive (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | animation_utils.h | 53 …nst PropertyCallback& callback, const FinishCallback& finishCallback, bool timingSensitive = true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_animation_utils.cpp | 128 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 D | mock_animation_utils.cpp | 111 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 D | rs_node.h | 151 …pertyCallback& callback, const std::function<void()>& finishCallback, bool timingSensitive = true);
|
H A D | rs_node.cpp | 277 …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 D | rs_node_test.cpp | 4476 bool timingSensitive = true; variable 4478 RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, timingSensitive); 4483 …rentOptions = RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, timingSensitive); 4487 …rentOptions = RSNode::AnimateWithCurrentOptions(propertyCallback, finishCallback, timingSensitive);
|