Searched refs:mCurrentRow (Results 1 – 2 of 2) sorted by relevance
92 int mCurrentRow; field in SuggestionsProvider.SuggestionsCursor258 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()[all …]
145 private KeyboardRow mCurrentRow = null; field in KeyboardBuilder817 mCurrentRow = row; in startRow()823 if (mCurrentRow == null) { in endRow()832 mCurrentRow = null; in endRow()