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

/frameworks/base/core/java/android/widget/
H A DResourceCursorTreeAdapter.java104 public View newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent) { method in class:ResourceCursorTreeAdapter
H A DSimpleExpandableListAdapter.java274 v = newGroupView(isExpanded, parent);
288 public View newGroupView(boolean isExpanded, ViewGroup parent) { method in class:SimpleExpandableListAdapter
H A DCursorTreeAdapter.java203 v = newGroupView(mContext, cursor, isExpanded, parent);
221 protected abstract View newGroupView(Context context, Cursor cursor, boolean isExpanded, method in class:CursorTreeAdapter
227 * @param view Existing view, returned earlier by newGroupView.
/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java130 protected abstract View newGroupView(Context context, ViewGroup parent); method in class:GroupingListAdapter
463 view = newGroupView(mContext, parent);
/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java97 protected View newGroupView(Context context, ViewGroup parent) {

Completed in 1132 milliseconds