SystemViewLayoutObserver

System views observer which notifies the space a system view is taking off the screen

Inheritors

Functions

Link copied to clipboard
abstract fun onBottomInsetChanged(@Px pixels: Int)

Called when a system view is taking space from the bottom

Link copied to clipboard
abstract fun onLeftInsetChanged(@Px pixels: Int)

Called when a system view is taking space from the left

Link copied to clipboard
abstract fun onRightInsetChanged(@Px pixels: Int)

Called when a system view is taking space from the right

Link copied to clipboard
abstract fun onTopInsetChanged(@Px pixels: Int)

Called when a system view is taking space from the top