Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DSelectSyncedCalendarsMultiAccountAdapter.java318 protected void bindGroupView(View view, Context context, Cursor cursor, boolean isExpanded) { in bindGroupView() method in SelectSyncedCalendarsMultiAccountAdapter
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogFragmentTest.java172 mAdapter.bindGroupView(view, getActivity(), mCursor, 3, false); in testCallAndGroupViews_GroupView()
/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java482 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize, in bindGroupView() method in CallLogAdapter
/packages/apps/Music/src/com/android/music/
DArtistAlbumBrowserActivity.java667 public void bindGroupView(View view, Context context, Cursor cursor, boolean isexpanded) { in bindGroupView() method in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter