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

定義

オブジェクトが表示されるアニメーションを作成します。

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

パラメーター

c
Context

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

fromLeft
Boolean

は、左からアニメーション化されるオブジェクトです

戻り値

新しいアニメーション

属性

注釈

オブジェクトが表示されるアニメーションを作成します。 スライドとフェード効果を使用します。

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

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

適用対象