B
R
V
androidx.
recyclerview.
widget
Recycler
View
Utils
com.
drake.
brv
Binding
Adapter
Default
Decoration
Page
Refresh
Layout
com.
drake.
brv.
animation
Alpha
Item
Animation
Item
Animation
Scale
Item
Animation
Slide
Bottom
Item
Animation
Slide
Left
Item
Animation
Slide
Right
Item
Animation
com.
drake.
brv.
annotaion
Animation
Type
A
L
P
H
A
S
C
A
L
E
S
L
I
D
E_
B
O
T
T
O
M
S
L
I
D
E_
L
E
F
T
S
L
I
D
E_
R
I
G
H
T
Divider
Orientation
G
R
I
D
H
O
R
I
Z
O
N
T
A
L
V
E
R
T
I
C
A
L
Item
Orientation
com.
drake.
brv.
binding
Observable
Iml
com.
drake.
brv.
item
Item
Attached
Item
Bind
Item
Depth
Item
Drag
Item
Expand
Item
Hover
Item
Position
Item
Stable
Id
Item
Swipe
com.
drake.
brv.
layoutmanager
Hover
Grid
Layout
Manager
Hover
Linear
Layout
Manager
Hover
Staggered
Grid
Layout
Manager
com.
drake.
brv.
listener
Default
Item
Touch
Callback
Item
Differ
Callback
On
Bind
View
Holder
Listener
On
Hover
Attach
Listener
On
Multi
State
Listener
com.
drake.
brv.
reflect
copy
Type()
Type
List
com.
drake.
brv.
utils
add
Models()
binding
Adapter
B
R
V
divider
divider
Space()
grid()
linear()
models
mutable
page
Create()
set
Differ
Models()
setup
staggered()
BRV
/
com.drake.brv
/
DefaultDecoration
/
Edge
Edge
data class
Edge
(left:
Boolean
, top:
Boolean
, right:
Boolean
, bottom:
Boolean
)
Content copied to clipboard
列表条目是否靠近边缘的结算结果
Types
Constructors
Properties
Parameters
Parameters
left
是否靠左
right
是否靠左
top
是否靠顶
bottom
是否靠底
Constructors
Edge
Link copied to clipboard
fun
Edge
(left:
Boolean
= false, top:
Boolean
= false, right:
Boolean
= false, bottom:
Boolean
= false)
Content copied to clipboard
是否靠左
On this page
On this page
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
On this page
On this page
Properties
bottom
Link copied to clipboard
var
bottom
:
Boolean
= false
Content copied to clipboard
是否靠底
left
Link copied to clipboard
var
left
:
Boolean
= false
Content copied to clipboard
是否靠左
right
Link copied to clipboard
var
right
:
Boolean
= false
Content copied to clipboard
是否靠左
top
Link copied to clipboard
var
top
:
Boolean
= false
Content copied to clipboard
是否靠顶
On this page
On this page