Searched refs:getCount (Results 126 - 150 of 398) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java375 return Math.min(getCount() + 1, mMaxNumActiveViews);
383 int adapterCount = getCount();
416 int adapterCount = getCount();
459 final int adapterCount = getCount();
748 } else if (mOldItemCount != getCount()) {
964 mItemCount = mAdapter.getCount();
/frameworks/support/room/compiler/src/test/data/daoWriter/output/
H A DComplexDao.java51 final List<ComplexDao.FullName> _result = new ArrayList<ComplexDao.FullName>(_cursor.getCount());
159 final List<User> _result = new ArrayList<User>(_cursor.getCount());
216 final int[] _result = new int[_cursor.getCount()];
252 final List<Integer> _result = new ArrayList<Integer>(_cursor.getCount());
355 final List<User> _result = new ArrayList<User>(_cursor.getCount());
417 final List<Integer> _result = new ArrayList<Integer>(_cursor.getCount());
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseLinearLayoutManagerTest.java371 if (callbackLatch.getCount() == 0L) {
398 layoutLatch.getCount(), CoreMatchers.is(0L));
409 long latchCount = callbackLatch.getCount();
422 prefetchLatch.getCount(), CoreMatchers.is(0L));
439 if (snapLatch.getCount() == 0L) {
451 snapLatch.getCount(), CoreMatchers.is(0L));
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java136 assertEquals(1, cursor.getCount());
325 assertEquals("The count of downloads with this ID is not 1!", 1, cursor.getCount());
328 assertEquals("The count of downloads with this ID is not 0!", 0, cursor.getCount());
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DStaggeredGrid.java117 if (mProvider.getCount() == 0) {
272 if (mProvider.getCount() == 0) {
298 final int count = mProvider.getCount();
/frameworks/av/drm/common/
H A DDrmConstraints.cpp28 int DrmConstraints::getCount(void) const { function in class:DrmConstraints
H A DDrmMetadata.cpp21 int DrmMetadata::getCount(void) const { function in class:DrmMetadata
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h60 virtual uint32_t getCount() const;
/frameworks/base/apct-tests/perftests/core/src/android/database/
H A DCursorWindowPerfTest.java96 sqLiteCursor.getCount(); // load one window
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfInternalSelectionViews.java152 public int getCount() { method in class:ListOfInternalSelectionViews.MyAdapter
H A DListWithFooterViewAndNewLabels.java81 public int getCount() { method in class:ListWithFooterViewAndNewLabels.MyAdapter
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DAdjacentListsWithAdjacentISVsInside.java109 public int getCount() { method in class:AdjacentListsWithAdjacentISVsInside.AdjacentISVAdapter
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfShortShortTallShortShortTest.java45 assertEquals("list item count", 5, mListView.getCount());
H A DListWithOffScreenNextSelectableTest.java47 assertEquals(5, mListView.getAdapter().getCount());
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java110 assertThat(activity.getAdapter().getCount(), is(2));
215 assertThat(activity.getAdapter().getCount(), is(1));
254 assertThat(activity.getAdapter().getCount(), is(2));
291 assertThat(activity.getAdapter().getCount(), is(2));
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.h117 size_t getCount() { return mPool.size(); } function in class:android::uirenderer::OffscreenBufferPool
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DStorageBrowser.java56 public int getCount() { method in class:StorageBrowser.StorageAdapter
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DRootScanner.java132 while (mStopped.getCount() > 0) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DAutoSizingList.java82 return mAdapter != null ? mAdapter.getCount() : 0;
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java67 public int getCount() { method in class:MockCursor
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DObservableListAdapter.java96 public int getCount() { method in class:ObservableListAdapter
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DMainActivity.java91 public int getCount() { method in class:MainActivity.MyAdapter
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DButtonItem.java97 public int getCount() { method in class:ButtonItem
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DItemAdapterTest.java63 assertEquals("Adapter should have 5 items", 5, adapter.getCount());
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
H A DListViewScrollHandlingDelegateTest.java100 public int getCount() {

Completed in 677 milliseconds

1234567891011>>