public class DynamicListViewWrapper extends Object implements DragAndDropListViewWrapper
| Constructor and Description |
|---|
DynamicListViewWrapper(DynamicListView dynamicListView) |
| Modifier and Type | Method and Description |
|---|---|
int |
computeVerticalScrollExtent() |
int |
computeVerticalScrollOffset() |
int |
computeVerticalScrollRange() |
ListAdapter |
getAdapter() |
View |
getChildAt(int index) |
int |
getChildCount() |
int |
getCount() |
int |
getFirstVisiblePosition() |
int |
getHeaderViewsCount() |
int |
getLastVisiblePosition() |
DynamicListView |
getListView() |
int |
getPositionForView(View view) |
int |
pointToPosition(int x,
int y) |
void |
setOnScrollListener(AbsListView.OnScrollListener onScrollListener) |
void |
smoothScrollBy(int distance,
int duration) |
public DynamicListViewWrapper(DynamicListView dynamicListView)
public DynamicListView getListView()
getListView in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic View getChildAt(int index)
getChildAt in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic int getFirstVisiblePosition()
getFirstVisiblePosition in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic int getLastVisiblePosition()
getLastVisiblePosition in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic int getCount()
getCount in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic int getChildCount()
getChildCount in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic int getHeaderViewsCount()
getHeaderViewsCount in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic int getPositionForView(View view)
getPositionForView in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic ListAdapter getAdapter()
getAdapter in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic void smoothScrollBy(int distance,
int duration)
smoothScrollBy in interface com.nhaarman.listviewanimations.util.ListViewWrapperpublic void setOnScrollListener(AbsListView.OnScrollListener onScrollListener)
setOnScrollListener in interface DragAndDropListViewWrapperpublic int pointToPosition(int x,
int y)
pointToPosition in interface DragAndDropListViewWrapperpublic int computeVerticalScrollOffset()
computeVerticalScrollOffset in interface DragAndDropListViewWrapperpublic int computeVerticalScrollExtent()
computeVerticalScrollExtent in interface DragAndDropListViewWrapperpublic int computeVerticalScrollRange()
computeVerticalScrollRange in interface DragAndDropListViewWrapper