Interface android.view.WindowInsetsController

Added Methods
void addOnControllableInsetsChangedListener(OnControllableInsetsChangedListener)  
void removeOnControllableInsetsChangedListener(OnControllableInsetsChangedListener)  
 

Changed Methods
void controlWindowInsetsAnimation(int, long, Interpolator, CancellationSignal, WindowInsetsAnimationControlListener) Change in return type from CancellationSignal to void.
Change in signature from (int, long, Interpolator, WindowInsetsAnimationControlListener) to (int, long, Interpolator, CancellationSignal, WindowInsetsAnimationControlListener).