Public Methods |
void
|
endAnimation(RecyclerView.ViewHolder holder)
|
void
|
endAnimations()
|
boolean
|
finishSwipeSlideToDefaultPosition(RecyclerView.ViewHolder holder, boolean horizontal, boolean shouldAnimate, long duration, int itemPosition, SwipeResultAction resultAction)
|
boolean
|
finishSwipeSlideToOutsideOfWindow(RecyclerView.ViewHolder holder, int dir, boolean shouldAnimate, long duration, int itemPosition, SwipeResultAction resultAction)
|
int
|
getImmediatelySetTranslationThreshold()
|
int
|
getSwipeContainerViewTranslationX(RecyclerView.ViewHolder holder)
|
int
|
getSwipeContainerViewTranslationY(RecyclerView.ViewHolder holder)
|
boolean
|
isRunning(RecyclerView.ViewHolder holder)
|
boolean
|
isRunning()
|
void
|
setImmediatelySetTranslationThreshold(int threshold)
|
void
|
slideToDefaultPosition(RecyclerView.ViewHolder holder, boolean horizontal, boolean shouldAnimate, long duration)
|
void
|
slideToOutsideOfWindow(RecyclerView.ViewHolder holder, int dir, boolean shouldAnimate, long duration)
|
void
|
slideToSpecifiedPosition(RecyclerView.ViewHolder holder, float amount, boolean proportionalAmount, boolean horizontal, boolean shouldAnimate, long duration)
|