onDetachedFromLayoutParams

Called when the Behavior has been detached from its holding LayoutParams instance.

This will only be called if the Behavior has been explicitly removed from the LayoutParams instance via setBehavior. It will not be called if the associated view is removed from the CoordinatorLayout or similar.