Home
last modified time | relevance | path

Searched refs:newGroupView (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DSimpleExpandableListAdapter.java274 v = newGroupView(isExpanded, parent); in getGroupView()
288 public View newGroupView(boolean isExpanded, ViewGroup parent) { in newGroupView() method in SimpleExpandableListAdapter
H A DResourceCursorTreeAdapter.java104 public View newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent) { in newGroupView() method in ResourceCursorTreeAdapter
H A DCursorTreeAdapter.java203 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 DGroupingListAdapter.java130 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 DGroupingListAdapterTests.java97 protected View newGroupView(Context context, ViewGroup parent) {
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt54568 …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 Dandroid-22.txt37214 …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);