Language

WindowInsetsAnimation.Bounds(Insets, Insets) Constructor

Definition

Creates animation bounds from the hidden and shown insets.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/Insets;Landroid/graphics/Insets;)V", "", ApiSince=30)]
public Bounds(Android.Graphics.Insets lowerBound, Android.Graphics.Insets upperBound);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Insets;Landroid/graphics/Insets;)V", "", ApiSince=30)>]
new Android.Views.WindowInsetsAnimation.Bounds : Android.Graphics.Insets * Android.Graphics.Insets -> Android.Views.WindowInsetsAnimation.Bounds

Parameters

lowerBound
Insets

The Android.Graphics.Insets value used for lower bound.

upperBound
Insets

The Android.Graphics.Insets value used for upper bound.

Attributes

Remarks

For details, see the Android reference documentation for android.view.WindowInsetsAnimation.Bounds.Bounds.

Java documentation for android.view.WindowInsetsAnimation.Bounds.Bounds.

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