Home
last modified time | relevance | path

Searched refs:newChildView (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DResourceCursorTreeAdapterTest.java115 View result = mResourceCursorTreeAdapter.newChildView(null, null, true, mParent); in testNewChildView()
118 result = mResourceCursorTreeAdapter.newChildView(null, null, false, mParent); in testNewChildView()
124 result = mResourceCursorTreeAdapter.newChildView(null, null, true, mParent); in testNewChildView()
127 result = mResourceCursorTreeAdapter.newChildView(null, null, false, mParent); in testNewChildView()
DSimpleExpandableListAdapterTest.java249 View result = mSimpleExpandableListAdapter.newChildView(false, mAdapterHost); in testNewChildView()
253 result = mSimpleExpandableListAdapter.newChildView(true, mAdapterHost); in testNewChildView()
264 result = mSimpleExpandableListAdapter.newChildView(false, mAdapterHost); in testNewChildView()
268 result = mSimpleExpandableListAdapter.newChildView(true, mAdapterHost); in testNewChildView()
DCursorTreeAdapterTest.java714 public View newChildView(Context context, Cursor cursor, in newChildView() method in CursorTreeAdapterTest.MockCursorTreeAdapter
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt59068 …method protected abstract android.view.View newChildView(android.content.Context, android.database…
60350 …method public android.view.View newChildView(android.content.Context, android.database.Cursor, boo…
60563 method public android.view.View newChildView(boolean, android.view.ViewGroup);