Searched refs:mLastCursorPos (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java204 mLastCursorPos = 0;
430 int mLastCursorPos = 0; field in class:InputTestsBase
436 mLatinIME.onUpdateSelection(mLastCursorPos, mLastCursorPos, position, position, -1, -1);
437 mLastCursorPos = position;
446 final int requestedPosition = mLastCursorPos + offset;

Completed in 823 milliseconds