init Imm Views
open fun initImmViews(@NonNull coordinatorLayout: CoordinatorLayout, @NonNull appBarLayout: AppBarLayout)
Initializes references to the relevant views (decor/content/system bar backgrounds) and hooks offset/insets callbacks.
This is called from layoutChild when a new AppBarLayout instance is encountered or after release.