Home | History | Annotate | Download | only in listviewdragginganimation

Lines Matching defs:listView

21 import android.widget.ListView;
26 * This application creates a listview where the ordering of the data set
29 * An item in the listview is selected via a long press event and is then
31 * When the item is released, it animates to its new position within the listview.
46 DynamicListView listView = (DynamicListView) findViewById(R.id.listview);
48 listView.setCheeseList(mCheeseList);
49 listView.setAdapter(adapter);
50 listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);