Home
last modified time | relevance | path

Searched refs:newGroupView (Results 1 – 4 of 4) 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
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt59069 …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);