Home
last modified time | relevance | path

Searched refs:mCurrentRow (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/
DSuggestionsProvider.java92 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()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardBuilder.java145 private KeyboardRow mCurrentRow = null; field in KeyboardBuilder
817 mCurrentRow = row; in startRow()
823 if (mCurrentRow == null) { in endRow()
832 mCurrentRow = null; in endRow()