Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DArtistAlbumBrowserActivity.java635 … public View newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent) { in newGroupView() method in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter
636 View v = super.newGroupView(context, cursor, isExpanded, parent); in newGroupView()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java419 protected View newGroupView(Context context, Cursor cursor, boolean isExpanded, in newGroupView() method in SelectSyncedCalendarsMultiAccountAdapter
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogFragmentTest.java171 View view = mAdapter.newGroupView(getActivity(), mParentView); in testCallAndGroupViews_GroupView()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java595 protected View newGroupView(Context context, ViewGroup parent) { in newGroupView() method in CallLogAdapter