BasicAnimatableInsetsRulers

Known direct subclasses
AnimatableInsetsRulers

Rulers for Window Insets that can be animated.

InnerInsetsRulers

A BasicAnimatableInsetsRulers for merging WindowInsets RectRulers.


Rulers for Window Insets that can be animated and includes the source and target values for the rulers as well as when the rulers are animating.

Summary

Public functions

Boolean

True when the Window Insets are currently being animated.

android
Boolean

True when the Window Insets are currently being animated.

android

Public properties

RectRulers

The starting insets value of the animation when isAnimating is true.

android
RectRulers

The ending insets value of the animation when isAnimating is true.

android

Inherited properties

From androidx.compose.ui.layout.RectRulers
HorizontalRuler

The bottom position of the rectangle

android
VerticalRuler

The left position of the rectangle.

android
VerticalRuler

The right position of the rectangle

android
HorizontalRuler

The top position of the rectangle.

android

Public functions

isAnimating

fun isAnimating(node: DelegatableNode): Boolean

True when the Window Insets are currently being animated. source and target will be set while isAnimating is true.

Parameters
node: DelegatableNode

The DelegatableNode that the is being used to read the value.

isAnimating

fun isAnimating(placementScope: Placeable.PlacementScope): Boolean

True when the Window Insets are currently being animated. source and target will be set while isAnimating is true.

Public properties

source

val sourceRectRulers

The starting insets value of the animation when isAnimating is true.

target

val targetRectRulers

The ending insets value of the animation when isAnimating is true.