WindowInsetsAnimation.Callback.DispatchModeStop 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.WindowInsetsAnimationDispatchMode enum directly instead of this field.
Valeur de retour pour #getDispatchMode(): la répartition des événements d’animation doit s’arrêter à ce niveau dans la hiérarchie d’affichage, et aucun événement d’animation ne doit être distribué à la sous-arborescence de la hiérarchie d’affichage.
[Android.Runtime.Register("DISPATCH_MODE_STOP", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowInsetsAnimationDispatchMode enum directly instead of this field.", true)]
public const Android.Views.WindowInsetsAnimationDispatchMode DispatchModeStop = 0;
[<Android.Runtime.Register("DISPATCH_MODE_STOP", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowInsetsAnimationDispatchMode enum directly instead of this field.", true)>]
val mutable DispatchModeStop : Android.Views.WindowInsetsAnimationDispatchMode
Valeur de champ
Value = 0- Attributs
Remarques
Valeur de retour pour #getDispatchMode(): la répartition des événements d’animation doit s’arrêter à ce niveau dans la hiérarchie d’affichage, et aucun événement d’animation ne doit être distribué à la sous-arborescence de la hiérarchie d’affichage.
Java documentation pour android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_STOP.
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.