LayoutTransition.SetInterpolator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the interpolator on one of the animation objects used by this transition.
[Android.Runtime.Register("setInterpolator", "(ILandroid/animation/TimeInterpolator;)V", "GetSetInterpolator_ILandroid_animation_TimeInterpolator_Handler")]
public virtual void SetInterpolator (Android.Animation.LayoutTransitionType transitionType, Android.Animation.ITimeInterpolator? interpolator);
[<Android.Runtime.Register("setInterpolator", "(ILandroid/animation/TimeInterpolator;)V", "GetSetInterpolator_ILandroid_animation_TimeInterpolator_Handler")>]
abstract member SetInterpolator : Android.Animation.LayoutTransitionType * Android.Animation.ITimeInterpolator -> unit
override this.SetInterpolator : Android.Animation.LayoutTransitionType * Android.Animation.ITimeInterpolator -> unit
Parameters
- transitionType
- LayoutTransitionType
One of #CHANGE_APPEARING
, #CHANGE_DISAPPEARING
,
#CHANGING
, #APPEARING
, or #DISAPPEARING
, which determines
the animation whose interpolator is being set.
- interpolator
- ITimeInterpolator
The interpolator that the specified animation should use.
- Attributes
Remarks
Sets the interpolator on one of the animation objects used by this transition. The transitionType
parameter determines the animation whose interpolator is being set.
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.