public static interface Badge.OnDragStateChangedListener
| Modifier and Type | Field and Description |
|---|---|
static int |
STATE_CANCELED
拖拽取消
|
static int |
STATE_DRAGGING
正在拖拽
|
static int |
STATE_DRAGGING_OUT_OF_RANGE
拖拽出区域
|
static int |
STATE_START
开始拖拽
|
static int |
STATE_SUCCEED
拖拽成功
|
| Modifier and Type | Method and Description |
|---|---|
void |
onDragStateChanged(int dragState,
Badge badge,
android.view.View targetView) |
static final int STATE_START
static final int STATE_DRAGGING
static final int STATE_DRAGGING_OUT_OF_RANGE
static final int STATE_CANCELED
static final int STATE_SUCCEED
void onDragStateChanged(int dragState,
Badge badge,
android.view.View targetView)