WindowManagerLayoutParams.RotationAnimationJumpcut Feld

Definition

Achtung

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

Wert, der #rotationAnimation angibt, dass dieses Fenster sofort verschwindet oder nach einer Drehung angezeigt wird.

[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

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Wert, der #rotationAnimation angibt, dass dieses Fenster sofort verschwindet oder nach einer Drehung angezeigt wird.

Java Dokumentation für android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_JUMPCUT.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: