Home
last modified time | relevance | path

Searched refs:mCursorIndex (Results 1 – 3 of 3) 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/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java56 private int mCursorIndex = 0; field in BluetoothMapMessageListingElement
59 return mCursorIndex; in getCursorIndex()
63 this.mCursorIndex = cursorIndex; in setCursorIndex()
DBluetoothMapConvoListingElement.java59 private int mCursorIndex = 0; field in BluetoothMapConvoListingElement
67 return mCursorIndex; in getCursorIndex()
71 this.mCursorIndex = cursorIndex; in setCursorIndex()