Searched refs:getGroupCount (Results 1 - 8 of 8) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DClusteredSuggestionsView.java64 for (int i = 0; i < adapter.getGroupCount(); ++i) {
H A DClusteredSuggestionsAdapter.java61 return mAdapter.getGroupCount() == 0;
217 public int getGroupCount() { method in class:ClusteredSuggestionsAdapter.Adapter
/packages/apps/Browser/src/com/android/browser/
H A DBrowserHistoryPage.java465 return mAdapter.getGroupCount();
562 public int getGroupCount() { method in class:BrowserHistoryPage.HistoryAdapter
563 return super.getGroupCount() + (!isMostVisitedEmpty() ? 1 : 0);
568 if (groupPosition >= super.getGroupCount()) {
592 if (groupPosition >= super.getGroupCount()) {
601 if (groupPosition >= super.getGroupCount()) {
621 if (groupPosition >= super.getGroupCount()) {
H A DDateSortedExpandableListAdapter.java313 public int getGroupCount() { method in class:DateSortedExpandableListAdapter
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java139 expandGroup(mAdapter.getGroupCount() - 1);
227 if (mAdapter.getGroupCount() <= groupPosition
258 int count = mAdapter.getGroupCount();
363 public int getGroupCount() { method in class:BookmarkExpandableView.BookmarkAccountAdapter
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDateSortedExpandableListAdapter.java298 public int getGroupCount() { method in class:DateSortedExpandableListAdapter
H A DDownloadList.java213 if (mDateSortedAdapter.getGroupCount() == 0) {
216 for (int group = 0; group < mDateSortedAdapter.getGroupCount(); group++) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java663 public int getGroupCount() { method in class:CustomContactListFilterActivity.DisplayAdapter

Completed in 76 milliseconds