Home
last modified time | relevance | path

Searched refs:newStandAloneView (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java127 protected abstract View newStandAloneView(Context context, ViewGroup parent); in newStandAloneView() method in GroupingListAdapter
460 view = newStandAloneView(mContext, parent); in getView()
/aosp12/frameworks/ex/common/tests/src/com/android/common/widget/
H A DGroupingListAdapterTests.java102 protected View newStandAloneView(Context context, ViewGroup parent) {