Searched refs:newChildView (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ResourceCursorTreeAdapterTest.java | 115 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()
|
D | SimpleExpandableListAdapterTest.java | 249 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()
|
D | CursorTreeAdapterTest.java | 714 public View newChildView(Context context, Cursor cursor, in newChildView() method in CursorTreeAdapterTest.MockCursorTreeAdapter
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 59068 …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);
|