IWindowInsetsAnimationController.ShownStateInsets Property

Definition

Retrieves the Insets when the windows this animation is controlling are fully shown. Note that these insets are always relative to the window, which is the same as being relative to View.getRootView If there are any animation listeners registered, this value is the same as Bounds.getUpperBound() that is being passed into the root view of hierarchy.

public Android.Graphics.Insets ShownStateInsets { [Android.Runtime.Register("getShownStateInsets", "()Landroid/graphics/Insets;", "GetGetShownStateInsetsHandler:Android.Views.IWindowInsetsAnimationControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getShownStateInsets", "()Landroid/graphics/Insets;", "GetGetShownStateInsetsHandler:Android.Views.IWindowInsetsAnimationControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
member this.ShownStateInsets : Android.Graphics.Insets

Property Value

Attributes

Remarks

For details, see the Android reference documentation for android.view.WindowInsetsAnimationController.getShownStateInsets.

Java documentation for android.view.WindowInsetsAnimationController.getShownStateInsets.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to