Home
last modified time | relevance | path

Searched refs:getChildView (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleExpandableListAdapterTest.java168 View result = mSimpleExpandableListAdapter.getChildView(0, 0, false, null, mAdapterHost); in testGetChildView()
172 result = mSimpleExpandableListAdapter.getChildView(3, 3, true, null, mAdapterHost); in testGetChildView()
183 result = mSimpleExpandableListAdapter.getChildView(0, 0, false, null, mAdapterHost); in testGetChildView()
187 result = mSimpleExpandableListAdapter.getChildView(3, 3, true, null, mAdapterHost); in testGetChildView()
194 result = mSimpleExpandableListAdapter.getChildView(2, 2, false, convertView, mAdapterHost); in testGetChildView()
201 result = mSimpleExpandableListAdapter.getChildView(1, 1, false, convertView, null); in testGetChildView()
206 mSimpleExpandableListAdapter.getChildView(-1, 0, false, null, mAdapterHost); in testGetChildView()
212 mSimpleExpandableListAdapter.getChildView(0, -1, false, null, mAdapterHost); in testGetChildView()
218 mSimpleExpandableListAdapter.getChildView(4, 0, false, null, mAdapterHost); in testGetChildView()
224 mSimpleExpandableListAdapter.getChildView(0, 1, false, null, mAdapterHost); in testGetChildView()
DCursorTreeAdapterTest.java558 adapter.getChildView(0, 0, true, textView, mParent); in testGetChildView()
566 adapter.getChildView(10, 0, true, textView, mParent); in testGetChildView()
575 adapter.getChildView(0, 2, true, textView, mParent); in testGetChildView()
581 retView = (TextView) adapter.getChildView(1, 0, true, null, mParent); in testGetChildView()
586 retView = (TextView) adapter.getChildView(0, 1, true, textView, mParent); in testGetChildView()
DBaseExpandableListAdapterTest.java143 public View getChildView(int groupPosition, int childPosition, in getChildView() method in BaseExpandableListAdapterTest.MockBaseExpandableListAdapter
DExpandableListViewTest.java449 public View getChildView(int groupPosition, int childPosition, in getChildView() method in ExpandableListViewTest.MockExpandableListAdapter
/cts/tests/tests/widget/src/android/widget/cts/util/
DExpandableListScenario.java316 public View getChildView(int groupPosition, int childPosition, boolean isLastChild, in getChildView() method in ExpandableListScenario.MyAdapter