WindowManagerLayoutParams.RotationAnimationJumpcut フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.

#rotationAnimationこのウィンドウがすぐに消えるか、回転後に表示されることを指定する の値。

[Android.Runtime.Register("ROTATION_ANIMATION_JUMPCUT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.", true)]
public const Android.Views.WindowRotationAnimation RotationAnimationJumpcut = 2;
[<Android.Runtime.Register("ROTATION_ANIMATION_JUMPCUT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.", true)>]
val mutable RotationAnimationJumpcut : Android.Views.WindowRotationAnimation

フィールド値

Value = 2

実装

属性

注釈

#rotationAnimationこのウィンドウがすぐに消えるか、回転後に表示されることを指定する の値。

の Java ドキュメント android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_JUMPCUT

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

適用対象