Searched defs:getViewTypeCount (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListHeterogeneous.java78 public int getViewTypeCount() { method in class:ListHeterogeneous
H A DListInterleaveFocusables.java58 public int getViewTypeCount() { method in class:ListInterleaveFocusables
/frameworks/base/core/java/android/widget/
H A DAdapter.java94 * always of the right type (see {@link #getViewTypeCount()} and
108 * @see #getViewTypeCount()
119 * range 0 to {@link #getViewTypeCount} - 1. {@link #IGNORE_ITEM_VIEW_TYPE} can
139 int getViewTypeCount(); method in interface:Adapter
H A DBaseAdapter.java78 public int getViewTypeCount() { method in class:BaseAdapter
H A DRemoteViewsListAdapter.java113 public int getViewTypeCount() { method in class:RemoteViewsListAdapter
H A DRemoteViewsService.java106 * See {@link Adapter#getViewTypeCount()}.
110 public int getViewTypeCount(); method in interface:RemoteViewsService.RemoteViewsFactory
184 public synchronized int getViewTypeCount() { method in class:RemoteViewsService.RemoteViewsFactoryAdapter
187 count = mFactory.getViewTypeCount();
H A DHeaderViewListAdapter.java241 public int getViewTypeCount() { method in class:HeaderViewListAdapter
243 return mAdapter.getViewTypeCount();
H A DYearPickerView.java213 public int getViewTypeCount() { method in class:YearPickerView.YearAdapter
H A DExpandableListConnector.java492 public int getViewTypeCount() { method in class:ExpandableListConnector
H A DActivityChooserView.java719 public int getViewTypeCount() { method in class:ActivityChooserView.ActivityChooserViewAdapter
H A DRemoteViewsAdapter.java990 int viewTypeCount = factory.getViewTypeCount();
1073 " indicated by getViewTypeCount() ");
1237 public int getViewTypeCount() { method in class:RemoteViewsAdapter
H A DSpinner.java484 * Spinner overrides {@link Adapter#getViewTypeCount()} on the
488 * {@link Adapter#getViewTypeCount() getViewTypeCount()} will always return
514 && adapter != null && adapter.getViewTypeCount() != 1) {
1012 public int getViewTypeCount() { method in class:Spinner.DropDownAdapter
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DSectionedListAdapter.java152 type += section.getViewTypeCount();
158 public int getViewTypeCount() { method in class:SectionedListAdapter
162 count += mSections.get(i).getViewTypeCount();
H A DRootsFragment.java386 public int getViewTypeCount() { method in class:RootsFragment.RootsAdapter
H A DDirectoryFragment.java1079 public int getViewTypeCount() { method in class:DirectoryFragment.DocumentsAdapter
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DAppListFragment.java143 public int getViewTypeCount() { method in class:AppListFragment.Adapter
H A DBrowserListFragment.java206 public int getViewTypeCount() { method in class:BrowserListFragment.Adapter
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java121 public int getViewTypeCount() { method in class:FakeAdapter
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java285 return getViewTypeCount() - 1;
316 public int getViewTypeCount() { method in class:PreferenceGroupAdapter
/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java289 public int getViewTypeCount() { method in class:CompositeCursorAdapter
H A DGroupingListAdapter.java422 public int getViewTypeCount() { method in class:GroupingListAdapter
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java596 public int getViewTypeCount() { method in class:ListScenario
657 public int getViewTypeCount() { method in class:ListScenario.MyAdapter
658 return ListScenario.this.getViewTypeCount();
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java298 public int getViewTypeCount() { method in class:NavigationMenuPresenter.NavigationMenuAdapter
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java683 public int getViewTypeCount() { method in class:ActivityChooserView.ActivityChooserViewAdapter
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatSpinner.java674 public int getViewTypeCount() { method in class:AppCompatSpinner.DropDownAdapter

Completed in 401 milliseconds

12