java.lang.Object | ||
↳ | com.sap.cloud.mobile.fiori.common.FioriItemTouchListener | |
↳ | com.sap.cloud.mobile.fiori.timeline.TimelineItemTouchListener |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
interface | TimelineItemTouchListener.TimelineItemClickListener |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | onInterceptTouchEvent(RecyclerView recyclerView, MotionEvent motionEvent) | ||||||||||
void |
onRequestDisallowInterceptTouchEvent(boolean b)
Called when a child of RecyclerView does not want RecyclerView and its ancestors to
intercept touch events with
onInterceptTouchEvent(MotionEvent) . | ||||||||||
void |
onTouchEvent(RecyclerView recyclerView, MotionEvent motionEvent)
Process a touch event as part of a gesture that was claimed by returning true from
a previous call to
onInterceptTouchEvent(RecyclerView, MotionEvent) . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Called when a child of RecyclerView does not want RecyclerView and its ancestors to
intercept touch events with
onInterceptTouchEvent(MotionEvent)
.
b | True if the child does not want the parent to intercept touch events. |
---|
Process a touch event as part of a gesture that was claimed by returning true from
a previous call to onInterceptTouchEvent(RecyclerView, MotionEvent)
.
motionEvent | MotionEvent describing the touch event. All coordinates are in |
---|