Searched refs:bindChildView (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SimpleCursorTreeAdapterTest.java | 114 mSimpleCursorTreeAdapter.bindChildView(view, null, mChildCursor, true); in testBindChildView() 118 mSimpleCursorTreeAdapter.bindChildView(view, null, mChildCursor, false); in testBindChildView() 247 protected void bindChildView(View v, Context context, Cursor cursor, boolean isLastChild) { in bindChildView() method in SimpleCursorTreeAdapterTest.MockSimpleCursorTreeAdapter 248 super.bindChildView(v, context, cursor, isLastChild); in bindChildView()
|
D | ResourceCursorTreeAdapterTest.java | 200 protected void bindChildView(View view, Context context, Cursor cursor, in bindChildView() method in ResourceCursorTreeAdapterTest.MockResourceCursorTreeAdapter
|
D | CursorTreeAdapterTest.java | 656 public void bindChildView(View view, Context context, in bindChildView() method in CursorTreeAdapterTest.MockCursorTreeAdapter
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 59050 …method protected abstract void bindChildView(android.view.View, android.content.Context, android.d… 60537 …method protected void bindChildView(android.view.View, android.content.Context, android.database.C…
|