public static interface ItemSwipeHelper.SwipeViewHolder
| Modifier and Type | Method and Description |
|---|---|
android.view.View |
getSwipeView()
todo:
|
void |
onDraw(android.graphics.Canvas canvas,
float dX,
float dY,
boolean isCurrentlyActive)
todo:
|
void |
onDrawOver(android.graphics.Canvas canvas,
float dX,
float dY,
boolean isCurrentlyActive)
todo:
|
void |
onSwipeCanceled()
todo:
|
void |
onSwipeFinished(int direction)
todo:
|
void |
onSwipeStarted()
todo:
|
android.view.View getSwipeView()
void onDraw(android.graphics.Canvas canvas,
float dX,
float dY,
boolean isCurrentlyActive)
canvas - dX - dY - isCurrentlyActive - void onDrawOver(android.graphics.Canvas canvas,
float dX,
float dY,
boolean isCurrentlyActive)
canvas - dX - dY - isCurrentlyActive - void onSwipeStarted()
void onSwipeFinished(int direction)
direction - void onSwipeCanceled()