On Apply Window Insets Listener
interface OnApplyWindowInsetsListener
Wrapper around androidx.core.view.OnApplyWindowInsetsListener which also passes the initial padding set on the view. Used with doOnApplyWindowInsets.
Functions
Link copied to clipboard
abstract fun onApplyWindowInsets(view: View, insets: WindowInsetsCompat, initialPadding: ViewUtils.RelativePadding): WindowInsetsCompat
When set on a View, this listener method will be called instead of the view's own onApplyWindowInsets method.