HomeSort by relevance Sort by last modified time
    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 59 private int mCursorIndex = 0;
62 return mCursorIndex;
66 this.mCursorIndex = cursorIndex;
BluetoothMapConvoListingElement.java 56 private int mCursorIndex = 0;
64 return mCursorIndex;
68 this.mCursorIndex = cursorIndex;

Completed in 93 milliseconds