Searched defs:getCount (Results 1 - 25 of 62) sorted by relevance

123

/packages/apps/Camera/src/com/android/camera/gallery/
H A DIImageList.java49 public int getCount(); method in interface:IImageList
H A DBaseImageList.java91 public int getCount() { method in class:BaseImageList
95 return cursor.getCount();
100 return getCount() == 0;
H A DImageListUber.java67 public int getCount() { method in class:ImageListUber
70 count += subList.getCount();
80 if (index < 0 || index > getCount()) {
82 "index " + index + " out of range max is " + getCount());
183 if (mOffset >= mList.getCount() - 1) return false;
/packages/apps/Email/src/com/android/email/mail/transport/
H A DCountingOutputStream.java32 public long getCount() { method in class:CountingOutputStream
/packages/apps/Email/src/org/apache/commons/io/output/
H A DCountingOutputStream.java98 public synchronized int getCount() { method in class:CountingOutputStream
127 * NOTE: This method is an alternative for <code>getCount()</code>.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionCursor.java35 int getCount(); method in interface:SuggestionCursor
41 * @throws IndexOutOfBoundsException if {@code pos < 0} or {@code pos >= getCount()}.
H A DSuggestionCursorWrapper.java39 public int getCount() { method in class:SuggestionCursorWrapper
40 return mCursor == null ? 0 : mCursor.getCount();
H A DListSuggestionCursor.java96 public int getCount() { method in class:ListSuggestionCursor
H A DSuggestionCursorBackedCursor.java67 public int getCount() { method in class:SuggestionCursorBackedCursor
68 return mCursor.getCount();
/packages/apps/Calculator/src/com/android/calculator2/
H A DHistoryAdapter.java42 public int getCount() { method in class:HistoryAdapter
/packages/apps/Email/src/com/android/email/mail/
H A DMultipart.java44 public int getCount() throws MessagingException { method in class:Multipart
/packages/apps/Email/src/org/apache/commons/io/input/
H A DCountingInputStream.java119 public synchronized int getCount() { method in class:CountingInputStream
148 * NOTE: This method is an alternative for <code>getCount()</code>
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DIImageList.java54 public int getCount(); method in interface:IImageList
H A DSingleImageList.java45 public int getCount() { method in class:SingleImageList
/packages/apps/Camera/tests/src/com/android/camera/gallery/
H A DMockImageList.java24 public int getCount() { method in class:MockImageList
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
H A DMockImageList.java24 public int getCount() { method in class:MockImageList
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAddAdapter.java102 public int getCount() { method in class:AddAdapter
/packages/apps/Tag/src/com/android/apps/tag/
H A DContentSelectorAdapter.java81 public int getCount() { method in class:ContentSelectorAdapter
/packages/apps/Tag/src/com/android/vcard/
H A DVCardEntryCounter.java26 public int getCount() { method in class:VCardEntryCounter
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DReorderingCursorWrapper.java37 if (cursor.getCount() != positionMap.length) {
62 public int getCount() { method in class:ReorderingCursorWrapper
63 return mCursor.getCount();
/packages/apps/Browser/src/com/android/browser/
H A DActiveTabsPage.java98 public int getCount() { method in class:ActiveTabsPage.TabsListAdapter
/packages/apps/Contacts/src/com/android/contacts/
H A DContactEntryAdapter.java127 * @see android.widget.ListAdapter#getCount()
129 public final int getCount() { method in class:ContactEntryAdapter
/packages/apps/Email/src/com/android/exchange/provider/
H A DGalEmailAddressAdapter.java123 mergedResultCursor.setSeparatorPosition(contactsCursor.getCount());
165 if (galCursor == null || galCursor.getCount() == 0) {
183 mSeparatorDisplayCount = galCursor.getCount();
231 // to do that, because if the cursor is invalid getCount() returns 0, in which case this
284 public int getCount() { method in class:GalEmailAddressAdapter
285 int count = super.getCount();
/packages/apps/Music/src/com/android/music/
H A DSortCursor.java91 public int getCount() method in class:SortCursor
97 count += mCursors[i].getCount();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DAbstractGoogleSourceResult.java35 public abstract int getCount(); method in class:AbstractGoogleSourceResult
59 int size = getCount();

Completed in 395 milliseconds

123