Searched refs:newChildView (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DResourceCursorTreeAdapter.java98 public View newChildView(Context context, Cursor cursor, boolean isLastChild, method in class:ResourceCursorTreeAdapter
H A DSimpleExpandableListAdapter.java225 v = newChildView(isLastChild, parent);
239 public View newChildView(boolean isLastChild, ViewGroup parent) { method in class:SimpleExpandableListAdapter
H A DCursorTreeAdapter.java247 v = newChildView(mContext, cursor, isLastChild, parent);
265 protected abstract View newChildView(Context context, Cursor cursor, boolean isLastChild, method in class:CursorTreeAdapter
271 * @param view Existing view, returned earlier by newChildView
/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java134 protected abstract View newChildView(Context context, ViewGroup parent); method in class:GroupingListAdapter
466 view = newChildView(mContext, parent);
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java92 protected View newChildView(Context context, ViewGroup parent) {

Completed in 434 milliseconds