Lines Matching refs:callback

62 * @brief Defines the callback type for when the animation playback is complete.
67 /** Type of the <b>onFinish</b> callback. */
70 void (*callback)(void* userData);
118 * @brief Defines the animator callback event object.
125 * @brief Defines the callback object when the animator receives a frame.
154 * @param complete Indicates the callback to be invoked when the animation playback is complete.
398 * @brief Sets the callback invoked when the keyframe animation playback is complete. This API is called after the
403 * @param onFinish Indicates the callback.
805 * @brief Sets the callback invoked when the animator receives a frame.
809 * @param callback Indicates the callback to set.
816 ArkUI_AnimatorOption* option, void* userData, void (*callback)(ArkUI_AnimatorOnFrameEvent* event));
819 * @brief Sets the callback invoked when the animation playback is complete.
823 * @param callback Indicates the callback to set.
830 ArkUI_AnimatorOption* option, void* userData, void (*callback)(ArkUI_AnimatorEvent* event));
833 * @brief Sets the callback invoked when the animation playback is canceled.
837 * @param callback Indicates the callback to set.
844 ArkUI_AnimatorOption* option, void* userData, void (*callback)(ArkUI_AnimatorEvent* event));
847 * @brief Sets the callback invoked when the animation playback is repeated.
851 * @param callback Indicates the callback to set.
858 ArkUI_AnimatorOption* option, void* userData, void (*callback)(ArkUI_AnimatorEvent* event));
1053 * @param interpolate Indicates the custom interpolation callback. <b>fraction</b> indicates the input x value for