Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTextRange.java31 private final int mCursorIndex; field in TextRange
37 return mCursorIndex - mWordAtCursorStartIndex; in getNumberOfCharsInWordBeforeCursor()
41 return mWordAtCursorEndIndex - mCursorIndex; in getNumberOfCharsInWordAfterCursor()
118 mCursorIndex = cursorIndex; in TextRange()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java57 private int mCursorIndex = 0; field in BluetoothMapMessageListingElement
60 return mCursorIndex; in getCursorIndex()
64 this.mCursorIndex = cursorIndex; in setCursorIndex()