Searched defs:cursorIndex (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DTextRange.java109 final int wordAtCursorEndIndex, final int cursorIndex, final boolean hasUrlSpans) {
110 if (wordAtCursorStartIndex < 0 || cursorIndex < wordAtCursorStartIndex
111 || cursorIndex > wordAtCursorEndIndex
118 mCursorIndex = cursorIndex;
108 TextRange(final CharSequence textAtCursor, final int wordAtCursorStartIndex, final int wordAtCursorEndIndex, final int cursorIndex, final boolean hasUrlSpans) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoListingElement.java67 public void setCursorIndex(int cursorIndex) { argument
68 this.mCursorIndex = cursorIndex;
69 if(D) Log.d(TAG, "setCursorIndex: " + cursorIndex);
H A DBluetoothMapMessageListingElement.java65 public void setCursorIndex(int cursorIndex) { argument
66 this.mCursorIndex = cursorIndex;

Completed in 144 milliseconds