Home
last modified time | relevance | path

Searched refs:newGroupView (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DResourceCursorTreeAdapterTest.java138 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()
DSimpleExpandableListAdapterTest.java391 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()
DCursorTreeAdapterTest.java727 public View newGroupView(Context context, Cursor cursor, in newGroupView() method in CursorTreeAdapterTest.MockCursorTreeAdapter