Searched refs:cursorCount (Results 1 – 3 of 3) sorted by relevance
201 int cursorCount = getCount(); in getRowType() local202 if (position >= cursorCount) { in getRowType()204 String.format("Invalid position: %d, cursor count: %d", position, cursorCount)); in getRowType()205 } else if (position >= cursorCount - searchActions.size()) { in getRowType()
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()
190 final int cursorCount = cursor.getCount(); in queryDocument() local191 if (cursorCount == 0) { in queryDocument()194 } else if (cursorCount != 1) { in queryDocument()196 Log.wtf(TAG, "Unexpected cursor size: " + cursorCount); in queryDocument()