Skip navigation links
C D G O S V 

C

com.github.pwittchen.swipe.library.rx2 - package com.github.pwittchen.swipe.library.rx2
 

D

DEFAULT_SWIPED_THRESHOLD - Static variable in class com.github.pwittchen.swipe.library.rx2.Swipe
Swiped threshold is added for neglecting swiping when differences between changed x or y coordinates are too small
DEFAULT_SWIPING_THRESHOLD - Static variable in class com.github.pwittchen.swipe.library.rx2.Swipe
Swiping threshold is added for neglecting swiping when differences between changed x or y coordinates are too small
dispatchTouchEvent(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.Swipe
Called to process touch screen events.

G

getSwipedThreshold() - Method in class com.github.pwittchen.swipe.library.rx2.Swipe
 
getSwipingThreshold() - Method in class com.github.pwittchen.swipe.library.rx2.Swipe
 

O

observe() - Method in class com.github.pwittchen.swipe.library.rx2.Swipe
Observes swipe events with RxJava Observable.
onSwipedDown(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
onSwipedDown(MotionEvent) - Method in interface com.github.pwittchen.swipe.library.rx2.SwipeListener
 
onSwipedLeft(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
onSwipedLeft(MotionEvent) - Method in interface com.github.pwittchen.swipe.library.rx2.SwipeListener
 
onSwipedRight(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
onSwipedRight(MotionEvent) - Method in interface com.github.pwittchen.swipe.library.rx2.SwipeListener
 
onSwipedUp(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
onSwipedUp(MotionEvent) - Method in interface com.github.pwittchen.swipe.library.rx2.SwipeListener
 
onSwipingDown(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
onSwipingDown(MotionEvent) - Method in interface com.github.pwittchen.swipe.library.rx2.SwipeListener
 
onSwipingLeft(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
onSwipingLeft(MotionEvent) - Method in interface com.github.pwittchen.swipe.library.rx2.SwipeListener
 
onSwipingRight(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
onSwipingRight(MotionEvent) - Method in interface com.github.pwittchen.swipe.library.rx2.SwipeListener
 
onSwipingUp(MotionEvent) - Method in class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
onSwipingUp(MotionEvent) - Method in interface com.github.pwittchen.swipe.library.rx2.SwipeListener
 

S

setListener(SwipeListener) - Method in class com.github.pwittchen.swipe.library.rx2.Swipe
Adds listener for swipe events.
SimpleSwipeListener - Class in com.github.pwittchen.swipe.library.rx2
 
SimpleSwipeListener() - Constructor for class com.github.pwittchen.swipe.library.rx2.SimpleSwipeListener
 
Swipe - Class in com.github.pwittchen.swipe.library.rx2
Allows to detect swipe events through listener or with RxJava Observables
Swipe() - Constructor for class com.github.pwittchen.swipe.library.rx2.Swipe
 
Swipe(int, int) - Constructor for class com.github.pwittchen.swipe.library.rx2.Swipe
 
SwipeEvent - Enum in com.github.pwittchen.swipe.library.rx2
 
SwipeListener - Interface in com.github.pwittchen.swipe.library.rx2
 

V

valueOf(String) - Static method in enum com.github.pwittchen.swipe.library.rx2.SwipeEvent
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.pwittchen.swipe.library.rx2.SwipeEvent
Returns an array containing the constants of this enum type, in the order they are declared.
C D G O S V 
Skip navigation links