A C G I O P R S V

O

onDirectionChange(SwipesView.Directions) - Method in class com.operators.swipes.SwipesView
 
onDirectionSwipe(View, SwipesView.Directions) - Method in interface com.operators.swipes.SwipesView.OnSwipeListener
Provides updates on swipe direction, but is not a callback for successful swipes.
onSuccessfulSwipe(View, SwipesView.Directions) - Method in interface com.operators.swipes.SwipesView.OnSwipeListener
Provides updates on successful swipes with direction.
onThresholdChange(View, float) - Method in interface com.operators.swipes.SwipesView.OnSwipeListener
Provides updates on swipe threshold.
onThresholdChange(float) - Method in class com.operators.swipes.SwipesView
 
onTouch(MotionEvent) - Static method in class com.operators.swipes.SwipesView
This method allows Children Views to pass on touches (or Swipe Actions) to the SwipesView.

A C G I O P R S V