Home
last modified time | relevance | path

Searched refs:getGroupView (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleExpandableListAdapterTest.java336 View result = mSimpleExpandableListAdapter.getGroupView(0, false, null, mAdapterHost); in testGetGroupView()
340 result = mSimpleExpandableListAdapter.getGroupView(3, true, null, mAdapterHost); in testGetGroupView()
351 result = mSimpleExpandableListAdapter.getGroupView(0, true, null, mAdapterHost); in testGetGroupView()
355 result = mSimpleExpandableListAdapter.getGroupView(3, false, null, mAdapterHost); in testGetGroupView()
363 result = mSimpleExpandableListAdapter.getGroupView(2, false, convertView, mAdapterHost); in testGetGroupView()
370 result = mSimpleExpandableListAdapter.getGroupView(1, false, convertView, null); in testGetGroupView()
378 mSimpleExpandableListAdapter.getGroupView(-1, false, null, mAdapterHost); in testGetGroupViewGroupPositionTooLow()
384 mSimpleExpandableListAdapter.getGroupView(4, false, null, mAdapterHost); in testGetGroupViewGroupPositionTooHigh()
DCursorTreeAdapterTest.java486 adapter.getGroupView(0, true, textView, mParent); in testGetGroupView()
495 adapter.getGroupView(10, true, textView, mParent); in testGetGroupView()
501 retView = (TextView) adapter.getGroupView(1, true, null, mParent); in testGetGroupView()
506 retView = (TextView) adapter.getGroupView(0, true, textView, mParent); in testGetGroupView()
DBaseExpandableListAdapterTest.java174 public View getGroupView(int groupPosition, boolean isExpanded, in getGroupView() method in BaseExpandableListAdapterTest.MockBaseExpandableListAdapter
DExpandableListViewTest.java595 public View getGroupView(int groupPosition, boolean isExpanded, in getGroupView() method in ExpandableListViewTest.MockExpandableListAdapter
/cts/tests/app/app/src/android/app/stubs/
DExpandableListTestActivity.java85 final View gv = a.getGroupView(0, true, convertView, v); in testCallback()
/cts/tests/tests/widget/src/android/widget/cts/util/
DExpandableListScenario.java337 public View getGroupView(int groupPosition, boolean isExpanded, View convertView, in getGroupView() method in ExpandableListScenario.MyAdapter