Searched refs:cursorCount (Results 1 – 2 of 2) sorted by relevance
166 final int cursorCount = mCursor.getCount(); in getViewAt() local167 if (cursorCount > MAX_ITEMS_TO_SHOW) { in getViewAt()168 scrollToPosition += cursorCount - MAX_ITEMS_TO_SHOW; in getViewAt()174 " cursorCount: " + cursorCount + in getViewAt()
369 final int cursorCount = mConversationCursor != null ? in getCount() local371 mShouldShowViewMore = count < cursorCount || count < mFolderCount; in getCount()384 final int cursorCount = mConversationCursor != null ?386 return Math.min(cursorCount, MAX_CONVERSATIONS_COUNT);