Searched refs:findListView (Results 1 – 1 of 1) sorted by relevance
28 if ((listView = findListView(getContentView())) == null) { in getListView()42 ListView lv = findListView(getContentView()); in setListAdapter()67 private ListView findListView(View parent) { in findListView() method in ShadowListActivity73 ListView listView = findListView(viewGroup.getChildAt(i)); in findListView()