Condividi tramite


WindowInsetsAnimation.Callback.DispatchModeContinueOnSubtree Campo

Definizione

Attenzione

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

Valore restituito per #getDispatchMode(): l'invio di eventi di animazione deve continuare nella gerarchia di visualizzazione.

[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

Valore del campo

Value = 1
Attributi

Commenti

Valore restituito per #getDispatchMode(): l'invio di eventi di animazione deve continuare nella gerarchia di visualizzazione.

Documentazione java per android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a