OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StableArrayAdapter
(Results
1 - 8
of
8
) sorted by null
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
StableArrayAdapter.java
25
public class
StableArrayAdapter
extends ArrayAdapter<String> {
31
public
StableArrayAdapter
(Context context, int textViewResourceId, List<String> objects) {
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
StableArrayAdapter.java
27
public class
StableArrayAdapter
extends ArrayAdapter<String> {
32
public
StableArrayAdapter
(Context context, int textViewResourceId,
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
StableArrayAdapter.java
27
public class
StableArrayAdapter
extends ArrayAdapter<String> {
32
public
StableArrayAdapter
(Context context, int textViewResourceId,
/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/
ListViewAnimations.java
56
final
StableArrayAdapter
adapter = new
StableArrayAdapter
(this,
109
private class
StableArrayAdapter
extends ArrayAdapter<String> {
113
public
StableArrayAdapter
(Context context, int textViewResourceId,
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
ListViewDeletion.java
57
final
StableArrayAdapter
adapter = new
StableArrayAdapter
(this,
150
private class
StableArrayAdapter
extends ArrayAdapter<String> {
154
public
StableArrayAdapter
(Context context, int textViewResourceId,
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ListViewAddRemoveNoTransition.java
48
final
StableArrayAdapter
adapter = new
StableArrayAdapter
(this,
79
private class
StableArrayAdapter
extends ArrayAdapter<String> {
83
public
StableArrayAdapter
(Context context, int textViewResourceId,
ListViewAddRemove.java
55
final
StableArrayAdapter
adapter = new
StableArrayAdapter
(this,
143
private class
StableArrayAdapter
extends ArrayAdapter<String> {
147
public
StableArrayAdapter
(Context context, int textViewResourceId,
/cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java
[
all
...]
Completed in 686 milliseconds