Searched refs:getGroup (Results 1 - 5 of 5) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DClusteredSuggestionsAdapter.java154 SuggestionCursor c = getGroup(groupPosition);
163 SuggestionCursor groupCursor = getGroup(getGroupPosition(childId));
180 SuggestionCursor cursor = getGroup(groupPosition);
188 SuggestionCursor group = getGroup(groupPosition);
193 public SuggestionCursor getGroup(int groupPosition) { method in class:ClusteredSuggestionsAdapter.Adapter
257 return getSuggestionViewType(getGroup(groupPosition), childPosition);
/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java325 public Object getGroup(int groupPosition) { method in class:DateSortedExpandableListAdapter
/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java581 final AccountDisplay account = (AccountDisplay)this.getGroup(groupPosition);
658 public Object getGroup(int groupPosition) { method in class:CustomContactListFilterActivity.DisplayAdapter
709 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition);
751 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDateSortedExpandableListAdapter.java306 public Object getGroup(int groupPosition) { method in class:DateSortedExpandableListAdapter
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java438 public Object getGroup(int groupPosition) { method in class:BookmarkExpandableView.BookmarkAccountAdapter

Completed in 322 milliseconds