pix
Toggle table of contents
1.6.8
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
pix
pix
/
io.ak1.pix.utility
/
CustomItemTouchListener
Custom
Item
Touch
Listener
class
CustomItemTouchListener
(
binding
:
PixBindings
)
:
RecyclerView.OnItemTouchListener
Created By Akshay Sharma on 17,June,2021 https://ak1.io
Members
Constructors
Custom
Item
Touch
Listener
Link copied to clipboard
constructor
(
binding
:
PixBindings
)
Functions
on
Intercept
Touch
Event
Link copied to clipboard
open
override
fun
onInterceptTouchEvent
(
rv
:
RecyclerView
,
e
:
MotionEvent
)
:
Boolean
on
Request
Disallow
Intercept
Touch
Event
Link copied to clipboard
open
override
fun
onRequestDisallowInterceptTouchEvent
(
disallowIntercept
:
Boolean
)
on
Touch
Event
Link copied to clipboard
open
override
fun
onTouchEvent
(
rv
:
RecyclerView
,
e
:
MotionEvent
)