Freigeben über


AnimatorInflater.LoadAnimator(Context, Int32) Method

Definition

Loads an Animator object from a resource

[Android.Runtime.Register("loadAnimator", "(Landroid/content/Context;I)Landroid/animation/Animator;", "")]
public static Android.Animation.Animator? LoadAnimator (Android.Content.Context? context, int id);
[<Android.Runtime.Register("loadAnimator", "(Landroid/content/Context;I)Landroid/animation/Animator;", "")>]
static member LoadAnimator : Android.Content.Context * int -> Android.Animation.Animator

Parameters

context
Context

Application context used to access resources

id
Int32

The resource id of the animation to load

Returns

The animator object reference by the specified id

Attributes

Exceptions

when the animation cannot be loaded

Remarks

Loads an Animator object from a resource

Java documentation for android.animation.AnimatorInflater.loadAnimator(android.content.Context, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to