library
Module Contents
alltypes
Module Contents
open
class
Insetter
Module Contents
open
static
fun
requestApplyInsetsWhenAttached
(
@NonNull
view
:
View
)
:
Unit
open
static
fun
setOnApplyInsetsListener
(
@NonNull
view
:
View
,
@NonNull
listener
:
OnApplyInsetsListener
)
:
Unit
interface
OnApplyInsetsListener
Module Contents
abstract
fun
onApplyInsets
(
@NonNull
view
:
View
,
@NonNull
insets
:
WindowInsetsCompat
,
@NonNull
initialState
:
ViewState
)
:
Unit
open
class
ViewDimensions
Module Contents
static
val
EMPTY
:
ViewDimensions
open
fun
equals
(
other
:
Any
?
)
:
Boolean
open
fun
getBottom
(
)
:
Int
open
fun
getLeft
(
)
:
Int
open
fun
getRight
(
)
:
Int
open
fun
getTop
(
)
:
Int
open
fun
hashCode
(
)
:
Int
open
class
ViewState
Module Contents
open
fun
getMargins
(
)
:
ViewDimensions
open
fun
getPaddings
(
)
:
ViewDimensions
package
dev.chrisbanes.insetter
Module Contents
open
class
Insetter
Module Contents
open
static
fun
requestApplyInsetsWhenAttached
(
@NonNull
view
:
View
)
:
Unit
open
static
fun
setOnApplyInsetsListener
(
@NonNull
view
:
View
,
@NonNull
listener
:
OnApplyInsetsListener
)
:
Unit
interface
OnApplyInsetsListener
Module Contents
abstract
fun
onApplyInsets
(
@NonNull
view
:
View
,
@NonNull
insets
:
WindowInsetsCompat
,
@NonNull
initialState
:
ViewState
)
:
Unit
open
class
ViewDimensions
Module Contents
static
val
EMPTY
:
ViewDimensions
open
fun
equals
(
other
:
Any
?
)
:
Boolean
open
fun
getBottom
(
)
:
Int
open
fun
getLeft
(
)
:
Int
open
fun
getRight
(
)
:
Int
open
fun
getTop
(
)
:
Int
open
fun
hashCode
(
)
:
Int
open
class
ViewState
Module Contents
open
fun
getMargins
(
)
:
ViewDimensions
open
fun
getPaddings
(
)
:
ViewDimensions