AnimationUtils.MakeOutAnimation(Context, Boolean) メソッド

定義

オブジェクトのアニメーションを非表示にします。

[Android.Runtime.Register("makeOutAnimation", "(Landroid/content/Context;Z)Landroid/view/animation/Animation;", "")]
public static Android.Views.Animations.Animation? MakeOutAnimation (Android.Content.Context? c, bool toRight);
[<Android.Runtime.Register("makeOutAnimation", "(Landroid/content/Context;Z)Landroid/view/animation/Animation;", "")>]
static member MakeOutAnimation : Android.Content.Context * bool -> Android.Views.Animations.Animation

パラメーター

c
Context

リソースを読み込むコンテキスト

toRight
Boolean

は、右側に出てアニメーション化されるオブジェクトです

戻り値

新しいアニメーション

属性

注釈

オブジェクトのアニメーションを非表示にします。 スライドとフェード効果を使用します。

の Java ドキュメント android.view.animation.AnimationUtils.makeOutAnimation(android.content.Context, boolean)

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

適用対象