Home
last modified time | relevance | path

Searched defs:listview (Results 1 – 4 of 4) sorted by relevance

/development/samples/devbytes/animation/ListViewAnimations/src/com/example/android/listviewanimations/
DListViewAnimations.java51 final ListView listview = (ListView) findViewById(R.id.listview); in onCreate() local
/development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
DListViewDeletion.java52 final ListView listview = (ListView) findViewById(R.id.listview); in onCreate() local
/development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
DListViewRemovalAnimation.java179 private void animateRemoval(final ListView listview, View viewToRemove) { in animateRemoval()
/development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
DListViewItemAnimations.java265 private void animateOtherViews(final ListView listview, View viewToRemove) { in animateOtherViews()