public class DDListView
extends ListView
Modifier and Type | Class and Description |
---|---|
static interface |
DDListView.DragListener |
static interface |
DDListView.DropListener |
static interface |
DDListView.RemoveListener |
Modifier and Type | Field and Description |
---|---|
int |
mItemColor |
int |
mItemHeightExpanded |
int |
mItemHeightHalf |
int |
mItemHeightNormal |
Constructor and Description |
---|
DDListView(Context context,
AttributeSet attrs) |
Modifier and Type | Method and Description |
---|---|
boolean |
onInterceptTouchEvent(MotionEvent ev) |
boolean |
onTouchEvent(MotionEvent ev) |
void |
setDragListener(DDListView.DragListener l) |
void |
setDropListener(DDListView.DropListener l) |
void |
setDropListener(DDListView.DropListener l,
int ControlID) |
public int mItemHeightHalf
public int mItemHeightNormal
public int mItemHeightExpanded
public int mItemColor
public boolean onInterceptTouchEvent(MotionEvent ev)
public boolean onTouchEvent(MotionEvent ev)
public void setDragListener(DDListView.DragListener l)
public void setDropListener(DDListView.DropListener l, int ControlID)
public void setDropListener(DDListView.DropListener l)