Share via


ValueAnimator.IDurationScaleChangeListener.OnChanged(Single) Method

Definition

Called when the duration scale changes.

[Android.Runtime.Register("onChanged", "(F)V", "GetOnChanged_FHandler:Android.Animation.ValueAnimator/IDurationScaleChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public void OnChanged (float scale);
[<Android.Runtime.Register("onChanged", "(F)V", "GetOnChanged_FHandler:Android.Animation.ValueAnimator/IDurationScaleChangeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnChanged : single -> unit

Parameters

scale
Single

the duration scale

Attributes

Remarks

Called when the duration scale changes.

Java documentation for android.animation.ValueAnimator.DurationScaleChangeListener.onChanged(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