次の方法で共有


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

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

戻り値

新しいアニメーション

属性

注釈

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

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

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

適用対象