Searched refs:newGroupView (Results 1 – 4 of 4) 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
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 59069 …method protected abstract android.view.View newGroupView(android.content.Context, android.database… 60351 …method public android.view.View newGroupView(android.content.Context, android.database.Cursor, boo… 60564 method public android.view.View newGroupView(boolean, android.view.ViewGroup);
|