Lines Matching refs:mCurrentRow
92 int mCurrentRow; field in SuggestionsProvider.SuggestionsCursor
258 mCurrentRow = position; in moveToPosition()
267 return moveToPosition(mCurrentRow + offset); in move()
279 return moveToPosition(mCurrentRow + 1); in moveToNext()
283 return moveToPosition(mCurrentRow - 1); in moveToPrevious()
296 Row row = mRows.get(mCurrentRow); in getString()
360 return mCurrentRow; in getPosition()
372 return mCurrentRow >= mRows.size(); in isAfterLast()
376 return mCurrentRow < 0; in isBeforeFirst()
384 return mCurrentRow == 0; in isFirst()
388 return mCurrentRow == mRows.size() - 1; in isLast()