WindowManagerLayoutParams.RotationAnimationSeamless Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.
Valeur pour #rotationAnimation spécifier le mode de rotation fluide.
[Android.Runtime.Register("ROTATION_ANIMATION_SEAMLESS", ApiSince=26)]
[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 RotationAnimationSeamless = 3;
[<Android.Runtime.Register("ROTATION_ANIMATION_SEAMLESS", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowRotationAnimation enum directly instead of this field.", true)>]
val mutable RotationAnimationSeamless : Android.Views.WindowRotationAnimation
Valeur de champ
Value = 3Implémente
- Attributs
Remarques
Valeur pour #rotationAnimation spécifier le mode de rotation fluide. Cela fonctionne comme JUMPCUT, mais revient à CROSSFADE si la rotation ne peut pas être appliquée sans suspendre l’écran. Par exemple, cela est idéal pour les applications Caméra qui ne veulent pas que le contenu du viseur ne tourne jamais ou s’estompent (et plutôt qu’ils soient transparents), mais ne veulent pas non plus ROTATION_ANIMATION_JUMPCUT pendant les scénarios de transition d’application où la rotation transparente ne peut pas être appliquée.
Documentation Java pour android.view.WindowManager.LayoutParams.ROTATION_ANIMATION_SEAMLESS.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.