Partager via


WindowInsetsAnimation.Callback.DispatchModeContinueOnSubtree Champ

Définition

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 se poursuivre dans la hiérarchie d’affichage.

[Android.Runtime.Register("DISPATCH_MODE_CONTINUE_ON_SUBTREE", 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 DispatchModeContinueOnSubtree = 1;
[<Android.Runtime.Register("DISPATCH_MODE_CONTINUE_ON_SUBTREE", 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 DispatchModeContinueOnSubtree : Android.Views.WindowInsetsAnimationDispatchMode

Valeur de champ

Value = 1
Attributs

Remarques

Valeur de retour pour #getDispatchMode(): la répartition des événements d’animation doit se poursuivre dans la hiérarchie d’affichage.

Documentation Java pour android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE.

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.

S’applique à