Searched refs:animationInterfaceName (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_animate.cpp | 72 auto animationInterfaceName = GetAnimationInterfaceName(interface); in PrintNodeAnimationInfo() local 73 CHECK_NULL_VOID(animationInterfaceName); in PrintNodeAnimationInfo() 83 animationInterfaceName, in PrintNodeAnimationInfo() 90 animationInterfaceName, option.ToString().c_str(), cnt.value()); in PrintNodeAnimationInfo() 97 auto animationInterfaceName = GetAnimationInterfaceName(interface); in FlushDirtyNodesWhenExist() local 98 CHECK_NULL_VOID(animationInterfaceName); in FlushDirtyNodesWhenExist() 106 animationInterfaceName, isDirtyNodesEmpty, in FlushDirtyNodesWhenExist()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_context.cpp | 101 auto animationInterfaceName = GetAnimationInterfaceName(interface); in PrintAnimationInfo() local 102 CHECK_NULL_VOID(animationInterfaceName); in PrintAnimationInfo() 111 … animationInterfaceName, option.GetDuration(), option.GetCurve()->ToString().c_str()); in PrintAnimationInfo() 117 animationInterfaceName, option.ToString().c_str(), cnt.value()); in PrintAnimationInfo() 187 auto animationInterfaceName = GetAnimationInterfaceName(interface); in FlushDirtyNodesWhenExist() local 188 CHECK_NULL_VOID(animationInterfaceName); in FlushDirtyNodesWhenExist() 196 animationInterfaceName, option.ToString().c_str(), count.value_or(-1), in FlushDirtyNodesWhenExist()
|