HomeSort by relevance Sort by last modified time
    Searched refs:getCount (Results 251 - 275 of 1389) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 207 public int getCount() {
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/
CursorFilter.java 53 results.count = cursor.getCount();
CursorTreeAdapter.java 178 return (mGroupCursorHelper.isValid() && helper != null) ? helper.getCount() : 0;
187 return mGroupCursorHelper.getCount();
425 int getCount() {
427 return mCursor.getCount();
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridDelete.java 91 public int getCount() {
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchSetSelectionTest.java 62 final int targetPosition = mGridView.getAdapter().getCount() / 2;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListHeterogeneousTest.java 55 int count = mListView.getAdapter().getCount();
ListTakeFocusFromSide.java 51 public int getCount() {
ListViewHeightTest.java 57 assertEquals("Unexpected items in adapter", 0, list.getCount());
  /frameworks/base/libs/hwui/
LayerCache.h 90 size_t getCount();
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGalleryImages.java 47 public int getCount() {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
StackActivity.java 52 getItem(position % getCount()));
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 127 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/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapRequestPullVcardEntry.java 73 if (mResponse.getCount() == 0) {
BluetoothPbapVcardList.java 80 public int getCount() {
  /frameworks/support/v4/java/android/support/v4/widget/
CursorFilter.java 54 results.count = cursor.getCount();
ListViewAutoScrollHelper.java 61 final int itemCount = target.getCount();
  /frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
SimplePagerAdapter.java 37 public int getCount() {
  /libcore/luni/src/test/java/libcore/java/sql/
OldSQLTest.java 92 public int getCount(ResultSet rs) {
  /packages/apps/Browser/src/com/android/browser/util/
ThreadedCursorAdapter.java 78 mSize = getCount();
86 mSize = getCount();
92 mSize = mCursorAdapter.getCount();
129 public int getCount() {
  /packages/apps/Browser/src/com/android/browser/view/
PieListView.java 47 mHeight = mChildHeight * mAdapter.getCount();
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 61 if (mSelectedGroupUri == null && cursor != null && cursor.getCount() > 0) {
71 if (mSelectedGroupUri == null || mCursor == null || mCursor.getCount() == 0) {
105 public int getCount() {
106 return (mCursor == null || mCursor.isClosed()) ? 0 : mCursor.getCount();
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 24 public int getCount() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 54 for (int i = 0; i < getCount(); i++) {
155 for (int i = 0; i < getCount(); i++) {
167 for (int i = 0; i < getCount(); i++) {
215 for (int i = 0; i < getCount(); i++) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollArrayAdapter.java 63 if (getCount() > 0) {
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursor.java 42 mCache = new SparseArray<T>(cursor.getCount());

Completed in 755 milliseconds

<<11121314151617181920>>