FlowBinding
flowbinding-android
/
reactivecircus.flowbinding.android.view
/
LayoutChangeEvent
Layout
Change
Event
data
class
LayoutChangeEvent
(
val
view
:
View
,
val
left
:
Int
,
val
top
:
Int
,
val
right
:
Int
,
val
bottom
:
Int
,
val
oldLeft
:
Int
,
val
oldTop
:
Int
,
val
oldRight
:
Int
,
val
oldBottom
:
Int
)
Constructors
Properties
Constructors
Layout
Change
Event
Link copied to clipboard
fun
LayoutChangeEvent
(
view
:
View
,
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
,
oldLeft
:
Int
,
oldTop
:
Int
,
oldRight
:
Int
,
oldBottom
:
Int
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
left
Link copied to clipboard
val
left
:
Int
old
Bottom
Link copied to clipboard
val
oldBottom
:
Int
old
Left
Link copied to clipboard
val
oldLeft
:
Int
old
Right
Link copied to clipboard
val
oldRight
:
Int
old
Top
Link copied to clipboard
val
oldTop
:
Int
right
Link copied to clipboard
val
right
:
Int
top
Link copied to clipboard
val
top
:
Int
view
Link copied to clipboard
val
view
:
View