WindowInsetsAnimation.Interpolator プロパティ

定義

このアニメーションに使用される補間器を取得します。この null アニメーションが補間曲線に従わない場合は取得します。

public Android.Views.Animations.IInterpolator? Interpolator { [Android.Runtime.Register("getInterpolator", "()Landroid/view/animation/Interpolator;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getInterpolator", "()Landroid/view/animation/Interpolator;", "", ApiSince=30)>]
member this.Interpolator : Android.Views.Animations.IInterpolator

プロパティ値

このアニメーションに使用される補間器。

属性

注釈

このアニメーションに使用される補間器を取得します。この null アニメーションが補間曲線に従わない場合は取得します。 システムによって開始されるアニメーションの場合、 は返 nullされません。

の Java ドキュメント android.view.WindowInsetsAnimation.getInterpolator()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象