WindowInsetsAnimation.Bounds.LowerBound Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Queries the lower inset bound of the animation.
public Android.Graphics.Insets LowerBound { [Android.Runtime.Register("getLowerBound", "()Landroid/graphics/Insets;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getLowerBound", "()Landroid/graphics/Insets;", "", ApiSince=30)>]
member this.LowerBound : Android.Graphics.Insets
Property Value
- Attributes
Remarks
Queries the lower inset bound of the animation. If the animation is about showing or hiding a window that cause insets, the lower bound is Insets#NONE
and the upper bound is the same as WindowInsets#getInsets(int)
for the fully shown state. This is the same as WindowInsetsAnimationController#getHiddenStateInsets
and WindowInsetsAnimationController#getShownStateInsets
in case the listener gets invoked because of an animation that originates from WindowInsetsAnimationController
.
However, if the size of a window that causes insets is changing, these are the lower/upper bounds of that size animation.
There are no overlapping animations for a specific type, but there may be multiple animations running at the same time for different inset types.
Java documentation for android.view.WindowInsetsAnimation.Bounds.getLowerBound()
.
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.