Searched refs:getViewTypeCount (Results 1 - 25 of 44) sorted by relevance

12

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSeparatedFolderListAdapter.java67 public int getViewTypeCount() { method in class:SeparatedFolderListAdapter
71 total += adapter.getViewTypeCount();
87 type += adapter.getViewTypeCount();
H A DLimitedMultiSelectDialogFragment.java216 public int getViewTypeCount() { method in class:LimitedMultiSelectDialogFragment.LimitedMultiSelectAdapter
H A DFolderListFragment.java929 public int getViewTypeCount() { method in class:FolderListFragment.FolderAdapter
931 return DrawerItem.getViewTypeCount();
1221 public int getViewTypeCount() { method in class:FolderListFragment.HierarchicalFolderListAdapter
1403 public int getViewTypeCount() { method in class:FolderListFragment.FooterAdapter
1405 return DrawerItem.getViewTypeCount();
H A DFolderSelectorAdapter.java306 public int getViewTypeCount() { method in class:FolderSelectorAdapter
/packages/apps/Contacts/src/com/android/contacts/list/
H A DHeaderEntryContactListAdapter.java101 return getViewTypeCount() - 1;
107 public int getViewTypeCount() { method in class:HeaderEntryContactListAdapter
109 return super.getViewTypeCount() + 1;
H A DJoinContactListAdapter.java133 public int getViewTypeCount() { method in class:JoinContactListAdapter
134 return super.getViewTypeCount();
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DCompositeListAdapter.java94 int viewTypeCount = adapter.getViewTypeCount();
129 int viewTypeCount = mAdapters[i].getViewTypeCount();
173 public int getViewTypeCount() { method in class:CompositeListAdapter
/packages/apps/Dialer/src/com/android/dialer/list/
H A DDialerPhoneNumberListAdapter.java76 return super.getViewTypeCount() + shortcut;
83 public int getViewTypeCount() { method in class:DialerPhoneNumberListAdapter
85 return super.getViewTypeCount() + SHORTCUT_COUNT;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMergedAdapter.java138 public int getViewTypeCount() { method in class:MergedAdapter
141 count += adapter.getViewTypeCount();
154 otherViewTypeCount += adapter.getViewTypeCount();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionsListAdapter.java95 public int getViewTypeCount() { method in class:SuggestionsListAdapter.Adapter
H A DSuggestionsAdapterBase.java127 protected int getViewTypeCount() { method in class:SuggestionsAdapterBase
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DSectionedAlbumDataAdapter.java145 return mAlbumData.getViewTypeCount();
152 public int getViewTypeCount() { method in class:SectionedAlbumDataAdapter
153 return mAlbumData.getViewTypeCount() + 1;
/packages/apps/Gallery2/src/com/android/photos/views/
H A DHeaderGridView.java412 return mAdapter != null ? mAdapter.getViewTypeCount() : 1;
426 public int getViewTypeCount() { method in class:HeaderGridView.HeaderViewGridAdapter
428 return mAdapter.getViewTypeCount() + 1;
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallDetailHistoryAdapter.java92 public int getViewTypeCount() { method in class:CallDetailHistoryAdapter
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetService.java99 public int getViewTypeCount() { method in class:WidgetService.PhotoRVFactory
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpAdapter.java113 public int getViewTypeCount() { method in class:MtpAdapter
/packages/apps/Launcher2/src/com/android/launcher2/
H A DInstallWidgetReceiver.java166 public int getViewTypeCount() { method in class:InstallWidgetReceiver.WidgetListAdapter
/packages/apps/Settings/src/com/android/settings/
H A DUserAdapter.java158 public int getViewTypeCount() { method in class:UserAdapter
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DDrawerItem.java199 public static int getViewTypeCount() { method in class:DrawerItem
/packages/apps/Contacts/tests/src/com/android/contacts/widget/
H A DCompositeListAdapterTest.java66 public int getViewTypeCount() { method in class:CompositeListAdapterTest.MockAdapter
182 assertEquals(6, adapter.getViewTypeCount());
/packages/apps/DeskClock/src/com/android/alarmclock/
H A DDigitalWidgetViewsFactory.java178 public int getViewTypeCount() { method in class:DigitalWidgetViewsFactory
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/
H A DSetDeviceNameFragment.java164 public int getViewTypeCount() { method in class:SetDeviceNameFragment.Adapter
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DWidgetConversationListService.java271 public int getViewTypeCount() { method in class:WidgetConversationListService.WidgetConversationListFactory
/packages/apps/Browser/src/com/android/browser/widget/
H A DBookmarkThumbnailWidgetService.java295 public int getViewTypeCount() { method in class:BookmarkThumbnailWidgetService.BookmarkFactory
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarViewAdapter.java250 public int getViewTypeCount() { method in class:CalendarViewAdapter

Completed in 557 milliseconds

12