toggle menu
KAHelpers
androidJvm
switch theme
search in API
kotlinextensions
/
dev.funkymuse.kotlinextensions.views
/
FlingGestureHandler
Fling
Gesture
Handler
abstract
class
FlingGestureHandler
@
JvmOverloads
constructor
(
activity
:
Activity
,
minDistance
:
Int
=
100
,
velocityThreshold
:
Int
=
100
)
:
View.OnTouchListener
Members
Constructors
Fling
Gesture
Handler
Link copied to clipboard
@
JvmOverloads
constructor
(
activity
:
Activity
,
minDistance
:
Int
=
100
,
velocityThreshold
:
Int
=
100
)
Functions
on
Bottom
To
Top
Link copied to clipboard
abstract
fun
onBottomToTop
(
)
on
Left
To
Right
Link copied to clipboard
abstract
fun
onLeftToRight
(
)
on
Right
To
Left
Link copied to clipboard
abstract
fun
onRightToLeft
(
)
on
Top
To
Bottom
Link copied to clipboard
abstract
fun
onTopToBottom
(
)
on
Touch
Link copied to clipboard
open
override
fun
onTouch
(
v
:
View
,
event
:
MotionEvent
)
:
Boolean