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

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingCells.java 41 private ExpandingListView mListView;
67 mListView = (ExpandingListView)findViewById(R.id.main_list_view);
ExpandingListView.java 41 public class ExpandingListView extends ListView {
49 public ExpandingListView(Context context) {
54 public ExpandingListView(Context context, AttributeSet attrs) {
59 public ExpandingListView(Context context, AttributeSet attrs, int defStyle) {

Completed in 139 milliseconds