No examples for this method.
Frequently called with: [Clear]
-1
API Diff Specification | |
To Level: | 11 |
From Level: | 10 |
Generated | 2011.02.19 17:19 |
AbsListView
Added Methods | |
---|---|
void
clearChoices ()
|
|
int
getCheckedItemCount ()
|
|
long[]
getCheckedItemIds ()
|
|
int
getCheckedItemPosition ()
|
|
SparseBooleanArray
getCheckedItemPositions ()
|
|
int
getChoiceMode ()
|
|
boolean
isFastScrollAlwaysVisible ()
|
|
boolean
isItemChecked (
int )
|
|
boolean
onRemoteAdapterConnected ()
|
|
void
onRemoteAdapterDisconnected ()
|
|
void
setAdapter (
ListAdapter )
|
|
void
setChoiceMode (
int )
|
|
void
setFastScrollAlwaysVisible (
boolean )
|
|
void
setFriction (
float )
|
|
void
setItemChecked (
int,
boolean
|
|
void
setMultiChoiceModeListener (
MultiChoiceModeListener )
|
|
void
setRemoteViewsAdapter (
Intent )
|
|
void
setVelocityScale (
float )
|
|
void
smoothScrollToPositionFromTop (
int,
int
|
|
void
smoothScrollToPositionFromTop (
int,
int
|
Added Fields | |
---|---|
int
CHOICE_MODE_MULTIPLE
|
|
int
CHOICE_MODE_MULTIPLE_MODAL
|
|
int
CHOICE_MODE_NONE
|
|
int
CHOICE_MODE_SINGLE
|