Searched refs:newGroupView (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ResourceCursorTreeAdapterTest.java | 138 View result = mResourceCursorTreeAdapter.newGroupView(null, null, true, mParent); in testNewGroupView() 141 result = mResourceCursorTreeAdapter.newGroupView(null, null, false, mParent); in testNewGroupView() 147 result = mResourceCursorTreeAdapter.newGroupView(null, null, true, mParent); in testNewGroupView() 150 result = mResourceCursorTreeAdapter.newGroupView(null, null, false, mParent); in testNewGroupView()
|
D | SimpleExpandableListAdapterTest.java | 391 View result = mSimpleExpandableListAdapter.newGroupView(false, mAdapterHost); in testNewGroupView() 395 result = mSimpleExpandableListAdapter.newGroupView(true, mAdapterHost); in testNewGroupView() 406 result = mSimpleExpandableListAdapter.newGroupView(true, mAdapterHost); in testNewGroupView() 410 result = mSimpleExpandableListAdapter.newGroupView(false, mAdapterHost); in testNewGroupView()
|
D | CursorTreeAdapterTest.java | 727 public View newGroupView(Context context, Cursor cursor, in newGroupView() method in CursorTreeAdapterTest.MockCursorTreeAdapter
|