Removed Methods
|
boolean arrowScroll(int )
|
Scrolls to the next or previous item if possible. |
void draw(Canvas )
|
|
void drawDivider(Canvas, Rect, int)
|
Draws a divider for the given child in the given bounds. |
int findMotionRow(int )
|
|
View findViewInHeadersOrFooters(ArrayList<FixedViewInfo>, int)
|
|
View findViewTagInHeadersOrFooters(ArrayList, Object)
|
|
boolean fullScroll(int )
|
Go to the last or first item if possible (not worrying about panning across or navigating
within the internal focus of the currently selected item.)
|
int getNumberOfFooterViews()
|
Gets the number of footer views in the list. |
int getNumberOfHeaderViews()
|
Gets the number of header views in the list. |
int lookForSelectablePosition(int, boolean)
|
Find a position that can be selected (i.e., is not a separator). |
boolean pageScroll(int )
|
Scrolls up or down by the number of items currently present on screen. |
void resetList()
|
The list is empty. |
void setOnListViewScrollListener(OnListViewScrollListener )
|
Set the listener that will receive notifications every time the list scrolls. |
void setSelectionInt(int )
|
Makes the item at the supplied position selected. |
void setStripes(Drawable[], int)
|
|
Changed Methods
|
void drawableStateChanged()
|
Method was locally defined, but is now inherited from AbsListView.
|
|
boolean onKeyUp(int, KeyEvent)
|
Method was inherited from android.widget.AbsListView, but is now defined locally.
|
|
boolean onTouchEvent(MotionEvent )
|
Method was inherited from android.widget.AbsListView, but is now defined locally.
|
|
boolean verifyDrawable(Drawable )
|
Method was locally defined, but is now inherited from AbsListView.
|
|