次の方法で共有


CycleInterpolator コンストラクター

定義

オーバーロード

CycleInterpolator(Single)
CycleInterpolator(Context, IAttributeSet)
CycleInterpolator(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

CycleInterpolator(Single)

[Android.Runtime.Register(".ctor", "(F)V", "")]
public CycleInterpolator (float cycles);
[<Android.Runtime.Register(".ctor", "(F)V", "")>]
new Android.Views.Animations.CycleInterpolator : single -> Android.Views.Animations.CycleInterpolator

パラメーター

cycles
Single
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

CycleInterpolator(Context, IAttributeSet)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public CycleInterpolator (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Views.Animations.CycleInterpolator : Android.Content.Context * Android.Util.IAttributeSet -> Android.Views.Animations.CycleInterpolator

パラメーター

context
Context
属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象

CycleInterpolator(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected CycleInterpolator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.Animations.CycleInterpolator : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.Animations.CycleInterpolator

パラメーター

javaReference
IntPtr

nativeint

IntPtrJava ネイティブ インターフェイス (JNI) オブジェクト参照を含むオブジェクト。

transfer
JniHandleOwnership

処理方法 JniHandleOwnershipを示す javaReference

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象