on Apply Window Insets
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. The initialPadding
is the view's original padding which can be updated and will be applied to the view automatically. This method should return a new WindowInsetsCompat with any insets consumed.