|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdapterView | |
---|---|
android.preference | |
android.text.method | |
android.widget |
Uses of AdapterView in android.preference |
---|
Methods in android.preference with parameters of type AdapterView | |
---|---|
void |
PreferenceScreen.onItemClick(AdapterView parent,
View view,
int position,
long id)
|
Uses of AdapterView in android.text.method |
---|
Methods in android.text.method with parameters of type AdapterView | |
---|---|
void |
CharacterPickerDialog.onItemClick(AdapterView parent,
View view,
int position,
long id)
|
Uses of AdapterView in android.widget |
---|
Subclasses of AdapterView in android.widget | |
---|---|
class |
AbsListView
|
class |
AbsSpinner
|
class |
AdapterViewAnimator
|
class |
AdapterViewFlipper
|
class |
ExpandableListView
|
class |
Gallery
|
class |
GridView
|
class |
ListView
|
class |
Spinner
|
class |
StackView
|
Methods in android.widget with parameters of type AdapterView | |
---|---|
void |
AdapterView.OnItemClickListener.onItemClick(AdapterView<?> parent,
View view,
int position,
long id)
|
boolean |
AdapterView.OnItemLongClickListener.onItemLongClick(AdapterView<?> parent,
View view,
int position,
long id)
|
void |
AdapterView.OnItemSelectedListener.onItemSelected(AdapterView<?> parent,
View view,
int position,
long id)
|
void |
AdapterView.OnItemSelectedListener.onNothingSelected(AdapterView<?> parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |