HomeSort by relevance Sort by last modified time
    Searched refs:StableArrayAdapter (Results 1 - 12 of 12) sorted by null

  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
ListViewDraggingAnimation.java 45 StableArrayAdapter adapter = new StableArrayAdapter(this, R.layout.text_view, mCheeseList);
StableArrayAdapter.java 25 public class StableArrayAdapter extends ArrayAdapter<String> {
31 public StableArrayAdapter(Context context, int textViewResourceId, List<String> objects) {
DynamicListView.java 203 StableArrayAdapter adapter = ((StableArrayAdapter)getAdapter());
211 StableArrayAdapter adapter = ((StableArrayAdapter)getAdapter());
  /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,
  /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,
  /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,
ListViewItemAnimations.java 52 StableArrayAdapter mAdapter;
76 mAdapter = new StableArrayAdapter(this,R.layout.opaque_text_view, cheeseList,
  /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,
ListViewRemovalAnimation.java 40 StableArrayAdapter mAdapter;
62 mAdapter = new StableArrayAdapter(this,R.layout.opaque_text_view, cheeseList,
  /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,
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 790 final StableArrayAdapter<String> adapter = new StableArrayAdapter<String>(mActivity,
826 private static class StableArrayAdapter<T> extends ArrayAdapter<T> {
827 public StableArrayAdapter(Context context, int resource, List<T> objects) {

Completed in 449 milliseconds