Searched defs:newChildView (Results 1 - 4 of 4) 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);

Completed in 77 milliseconds