Package live.hms.roomkit.animation
See: Description
-
Class Summary Class Description ControlFocusInsetsAnimationCallback A WindowInsetsAnimationCompat.Callback which will request and clear focus on the given view, depending on the WindowInsetsCompat.Type.ime visibility state when an IME WindowInsetsAnimationCompat has finished. InsetsAnimationLinearLayout A LinearLayout which acts as a nested scroll parent to automatically control the IME inset and visibility when running on devices with API level 30+. InsetsAnimationTouchListener A View.OnTouchListener which can be set on a scrolling view, to control the IME inset and visibility. RootViewDeferringInsetsCallback A class which extends/implements both WindowInsetsAnimationCompat.Callback and View.OnApplyWindowInsetsListener, which should be set on the root view in your layout. TranslateDeferringInsetsAnimationCallback A WindowInsetsAnimationCompat.Callback which will translate/move the given view during any inset animations of the given inset type. UtilsKt