WindowManagerLayoutParams.RotationAnimationJumpcut Field

Definition

Caution

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

Value for #rotationAnimation which specifies that this window will immediately disappear or appear following a rotation.

[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

Field Value

Value = 2

Implements

Attributes

Remarks

Value for #rotationAnimation which specifies that this window will immediately disappear or appear following a rotation.

Java documentation for android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_JUMPCUT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to