The methods of Android.Animation.Keyframe are listed below. For a list of all members, see the Keyframe Members list.
See Also: Inherited members from Java.Lang.Object
abstract | Clone()Creates and returns a copy of this Object. | |
static | OfFloat(float)Constructs a Keyframe object with the given time. | |
static | OfFloat(float, float)Constructs a Keyframe object with the given time and value. | |
static | OfInt(float)Constructs a Keyframe object with the given time. | |
static | OfInt(float, int)Constructs a Keyframe object with the given time and value. | |
static | OfObject(float)Constructs a Keyframe object with the given time. | |
static | OfObject(float, Java.Lang.Object)Constructs a Keyframe object with the given time and value. |