Searched refs:getCount (Results 76 - 100 of 431) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/database/
H A DCursor.java60 int getCount(); method in interface:Cursor
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java207 public int getCount() { method in class:PreferenceGroupAdapter
212 if (position < 0 || position >= getCount()) return null;
217 if (position < 0 || position >= getCount()) return ListView.INVALID_ROW_ID;
259 if (position < 0 || position >= getCount()) return true;
/frameworks/base/core/java/android/widget/
H A DCursorFilter.java53 results.count = cursor.getCount();
H A DCursorTreeAdapter.java178 return (mGroupCursorHelper.isValid() && helper != null) ? helper.getCount() : 0;
187 return mGroupCursorHelper.getCount();
425 int getCount() { method in class:CursorTreeAdapter.MyCursorHelper
427 return mCursor.getCount();
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridDelete.java91 public int getCount() { method in class:GridDelete.DeleteAdapter
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchSetSelectionTest.java62 final int targetPosition = mGridView.getAdapter().getCount() / 2;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListHeterogeneousTest.java55 int count = mListView.getAdapter().getCount();
H A DListTakeFocusFromSide.java51 public int getCount() { method in class:ListTakeFocusFromSide.ThrashListAdapter
H A DListViewHeightTest.java57 assertEquals("Unexpected items in adapter", 0, list.getCount());
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyList.java72 public int getCount() { method in class:MtpPropertyList
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DReferenceCountedTrigger.java127 public int getCount() { method in class:ReferenceCountedTrigger
/frameworks/base/services/core/java/com/android/server/
H A DRescueParty.java225 public abstract int getCount(); method in class:RescueParty.Threshold
256 int count = getCount() + 1;
279 public int getCount() { method in class:RescueParty.BootThreshold
313 @Override public int getCount() { return count; } method in class:RescueParty.AppThreshold
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGalleryImages.java47 public int getCount() { method in class:BiDiTestGalleryImages
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DStackActivity.java52 getItem(position % getCount()));
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DAbsSpinnerBindingAdapter.java32 if (oldAdapter != null && oldAdapter.getCount() == entries.length) {
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java127 final Set<Long> contactIds = new HashSet<Long>(cursor.getCount());
128 final Set<Long> dataIds = new HashSet<Long>(cursor.getCount());
177 final Set<Long> contactIds = new HashSet<Long>(cursor.getCount());
178 final Set<Long> dataIds = new HashSet<Long>(cursor.getCount());
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DButtonBarItem.java63 public int getCount() { method in class:ButtonBarItem
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DListViewScrollHandlingDelegate.java58 if (mListView.getLastVisiblePosition() < adapter.getCount()) {
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DListViewCompat.java81 return lastPosition < listView.getCount()
/frameworks/support/content/src/main/java/androidx/contentpager/content/
H A DInMemoryCursor.java87 checkArgument(offset < cursor.getCount());
96 mRowCount = Math.min(length, cursor.getCount() - offset);
99 mExtras = ContentPager.buildExtras(cursor.getExtras(), cursor.getCount(), disposition);
161 public int getCount() { method in class:InMemoryCursor
/frameworks/support/cursoradapter/src/main/java/androidx/cursoradapter/widget/
H A DCursorFilter.java54 results.count = cursor.getCount();
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DListViewActivity.java43 public int getCount() {
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridTest.java41 public int getCount() { method in class:GridTest.Provider
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DListViewActivity.java43 public int getCount() {
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/background/systemalarm/
H A DSystemAlarmDispatcherTest.java184 assertThat(mLatch.getCount(), is(0L));
210 assertThat(mLatch.getCount(), is(0L));
235 assertThat(mLatch.getCount(), is(0L));
261 assertThat(mLatch.getCount(), is(0L));
279 assertThat(mLatch.getCount(), is(0L));
297 assertThat(mLatch.getCount(), is(0L));
316 assertThat(mLatch.getCount(), is(0L));
342 assertThat(mLatch.getCount(), is(0L));
376 assertThat(mLatch.getCount(), is(0L));
425 assertThat(mLatch.getCount(), i
[all...]

Completed in 3239 milliseconds

1234567891011>>