Animation.ScaleCurrentDuration(Single) Method

Definition

How much to scale the duration by.

[Android.Runtime.Register("scaleCurrentDuration", "(F)V", "GetScaleCurrentDuration_FHandler")]
public virtual void ScaleCurrentDuration (float scale);
[<Android.Runtime.Register("scaleCurrentDuration", "(F)V", "GetScaleCurrentDuration_FHandler")>]
abstract member ScaleCurrentDuration : single -> unit
override this.ScaleCurrentDuration : single -> unit

Parameters

scale
Single

The amount to scale the duration.

Attributes

Remarks

How much to scale the duration by.

Java documentation for android.view.animation.Animation.scaleCurrentDuration(float).

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