sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
recyclerview
/
androidx.recyclerview.widget
/
RecyclerView
/
EdgeEffectFactory
Edge
Effect
Factory
open
class
EdgeEffectFactory
(
source
)
EdgeEffectFactory lets you customize the over-scroll edge effect for RecyclerViews.
See also
Recycler
View
Members
Constructors
Edge
Effect
Factory
Link copied to clipboard
constructor
(
)
Types
Edge
Direction
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
EdgeDirection
Properties
DIRECTION_
BOTTOM
Link copied to clipboard
val
DIRECTION_BOTTOM
:
Int
=
3
Direction constant for the bottom edge
DIRECTION_
LEFT
Link copied to clipboard
val
DIRECTION_LEFT
:
Int
=
0
Direction constant for the left edge
DIRECTION_
RIGHT
Link copied to clipboard
val
DIRECTION_RIGHT
:
Int
=
2
Direction constant for the right edge
DIRECTION_
TOP
Link copied to clipboard
val
DIRECTION_TOP
:
Int
=
1
Direction constant for the top edge