Home
last modified time | relevance | path

Searched refs:bindChildView (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DSimpleCursorTreeAdapterTest.java114 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()
DResourceCursorTreeAdapterTest.java200 protected void bindChildView(View view, Context context, Cursor cursor, in bindChildView() method in ResourceCursorTreeAdapterTest.MockResourceCursorTreeAdapter
DCursorTreeAdapterTest.java656 public void bindChildView(View view, Context context, in bindChildView() method in CursorTreeAdapterTest.MockCursorTreeAdapter