Freigeben über


WindowInsetsAnimation.Callback.DispatchModeContinueOnSubtree Feld

Definition

Achtung

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

Rückgabewert für #getDispatchMode(): Verteiler von Animationsereignissen sollte in der Ansichtshierarchie fortgesetzt werden.

[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

Feldwert

Value = 1
Attribute

Hinweise

Rückgabewert für #getDispatchMode(): Verteiler von Animationsereignissen sollte in der Ansichtshierarchie fortgesetzt werden.

Java-Dokumentation für android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: