Compartilhar via


WindowInsetsAnimation.Callback.DispatchModeContinueOnSubtree Campo

Definição

Cuidado

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

Valor de retorno para #getDispatchMode(): O envio de eventos de animação deve continuar na hierarquia de exibição.

[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

Valor do campo

Value = 1
Atributos

Comentários

Valor de retorno para #getDispatchMode(): O envio de eventos de animação deve continuar na hierarquia de exibição.

Documentação Java para android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a