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

12

/frameworks/base/core/java/com/android/internal/widget/
H A DIRemoteViewsFactory.aidl30 int getViewTypeCount();
/frameworks/base/core/java/android/widget/
H A DAdapter.java95 * always of the right type (see {@link #getViewTypeCount()} and
109 * @see #getViewTypeCount()
120 * 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 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 DRemoteViewsListAdapter.java113 public int getViewTypeCount() { method in class:RemoteViewsListAdapter
H A DHeaderViewListAdapter.java241 public int getViewTypeCount() { method in class:HeaderViewListAdapter
243 return mAdapter.getViewTypeCount();
H A DYearPickerView.java206 public int getViewTypeCount() { method in class:YearPickerView.YearAdapter
H A DRemoteViewsAdapter.java942 int viewTypeCount = factory.getViewTypeCount();
1029 " indicated by getViewTypeCount() ");
1134 public int getViewTypeCount() { method in class:RemoteViewsAdapter
H A DSpinner.java506 * Spinner overrides {@link Adapter#getViewTypeCount()} on the
510 * {@link Adapter#getViewTypeCount() getViewTypeCount()} will always return
536 && adapter != null && adapter.getViewTypeCount() != 1) {
1043 public int getViewTypeCount() { method in class:Spinner.DropDownAdapter
H A DActivityChooserView.java722 public int getViewTypeCount() { method in class:ActivityChooserView.ActivityChooserViewAdapter
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListInterleaveFocusables.java58 public int getViewTypeCount() { method in class:ListInterleaveFocusables
H A DListHeterogeneous.java78 public int getViewTypeCount() { method in class:ListHeterogeneous
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java360 numLowerViewTypes += adapter.getViewTypeCount();
369 public int getViewTypeCount() { method in class:AddPrinterActivity.CombinedAdapter
374 totalViewCount += mAdapters.get(i).getViewTypeCount();
448 public int getViewTypeCount() { method in class:AddPrinterActivity.PrintServiceInfoAdapter
647 public int getViewTypeCount() { method in class:AddPrinterActivity.RecommendedServicesAdapter
856 public int getViewTypeCount() { method in class:AddPrinterActivity.NoPrintServiceMessageAdapter
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java121 public int getViewTypeCount() { method in class:FakeAdapter
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemAdapter.java64 public int getViewTypeCount() { method in class:ItemAdapter
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DItemAdapterTest.java68 assertEquals("Should have 3 different view types", 3, adapter.getViewTypeCount());
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java285 return getViewTypeCount() - 1;
316 public int getViewTypeCount() { method in class:PreferenceGroupAdapter
/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/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/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
H A DListMixinTest.java72 doReturn(1).when(mAdapter).getViewTypeCount();
/frameworks/base/core/java/com/android/internal/app/
H A DSuggestedLocaleAdapter.java105 public int getViewTypeCount() { method in class:SuggestedLocaleAdapter
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DUserAdapter.java161 public int getViewTypeCount() { method in class:UserAdapter
/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java422 public int getViewTypeCount() { method in class:GroupingListAdapter
H A DCompositeCursorAdapter.java289 public int getViewTypeCount() { method in class:CompositeCursorAdapter

Completed in 8484 milliseconds

12