Searched refs:newGroupView (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | SimpleExpandableListAdapter.java | 274 v = newGroupView(isExpanded, parent); in getGroupView() 288 public View newGroupView(boolean isExpanded, ViewGroup parent) { in newGroupView() method in SimpleExpandableListAdapter
|
H A D | ResourceCursorTreeAdapter.java | 104 public View newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent) { in newGroupView() method in ResourceCursorTreeAdapter
|
H A D | CursorTreeAdapter.java | 203 v = newGroupView(mContext, cursor, isExpanded, parent); in getGroupView() 221 protected abstract View newGroupView(Context context, Cursor cursor, boolean isExpanded, in newGroupView() method in CursorTreeAdapter
|
/aosp12/frameworks/ex/common/java/com/android/common/widget/ |
H A D | GroupingListAdapter.java | 130 protected abstract View newGroupView(Context context, ViewGroup parent); in newGroupView() method in GroupingListAdapter 463 view = newGroupView(mContext, parent); in getView()
|
/aosp12/frameworks/ex/common/tests/src/com/android/common/widget/ |
H A D | GroupingListAdapterTests.java | 97 protected View newGroupView(Context context, ViewGroup parent) {
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 54568 …method protected abstract android.view.View newGroupView(android.content.Context, android.database… 55833 …method public android.view.View newGroupView(android.content.Context, android.database.Cursor, boo… 56046 method public android.view.View newGroupView(boolean, android.view.ViewGroup);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 37214 …method protected abstract android.view.View newGroupView(android.content.Context, android.database… 38293 …method public android.view.View newGroupView(android.content.Context, android.database.Cursor, boo… 38497 method public android.view.View newGroupView(boolean, android.view.ViewGroup);
|