OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCursorIndex
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TextRange.java
31
private final int
mCursorIndex
;
37
return
mCursorIndex
- mWordAtCursorStartIndex;
41
return mWordAtCursorEndIndex -
mCursorIndex
;
118
mCursorIndex
= cursorIndex;
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java
63
private int
mCursorIndex
= 0;
66
return
mCursorIndex
;
70
this.
mCursorIndex
= cursorIndex;
BluetoothMapConvoListingElement.java
56
private int
mCursorIndex
= 0;
64
return
mCursorIndex
;
68
this.
mCursorIndex
= cursorIndex;
Completed in 194 milliseconds