Searched refs:newGroupView (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/core/java/android/widget/ |
H A D | ResourceCursorTreeAdapter.java | 104 public View newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent) { method in class:ResourceCursorTreeAdapter
|
H A D | SimpleExpandableListAdapter.java | 274 v = newGroupView(isExpanded, parent); 288 public View newGroupView(boolean isExpanded, ViewGroup parent) { method in class:SimpleExpandableListAdapter
|
H A D | CursorTreeAdapter.java | 203 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 D | GroupingListAdapter.java | 130 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 D | GroupingListAdapterTests.java | 97 protected View newGroupView(Context context, ViewGroup parent) {
|
Completed in 82 milliseconds