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

/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 DExpandableListConnector.java492 public int getViewTypeCount() { method in class:ExpandableListConnector
H A DActivityChooserView.java718 public int getViewTypeCount() { method in class:ActivityChooserView.ActivityChooserViewAdapter
H A DRemoteViewsAdapter.java984 int viewTypeCount = factory.getViewTypeCount();
1067 " indicated by getViewTypeCount() ");
1231 public int getViewTypeCount() { method in class:RemoteViewsAdapter
H A DSpinner.java415 * Note that Spinner overrides {@link Adapter#getViewTypeCount()} on the
419 * {@link Adapter#getViewTypeCount() getViewTypeCount()} will always return
438 && adapter != null && adapter.getViewTypeCount() != 1) {
927 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.java387 public int getViewTypeCount() { method in class:RootsFragment.RootsAdapter
H A DDirectoryFragment.java977 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.java122 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/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java683 public int getViewTypeCount() { method in class:ActivityChooserView.ActivityChooserViewAdapter
H A DSpinnerCompat.java366 && adapter != null && adapter.getViewTypeCount() != 1) {
836 public int getViewTypeCount() { method in class:SpinnerCompat.DropDownAdapter
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java889 public int getViewTypeCount() { method in class:BaseRecipientAdapter

Completed in 653 milliseconds