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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java197 private int mLastKey; field in class:KeyboardView
1217 mLastKey = NOT_A_KEY;
1254 mLastKey = mCurrentKey;
1281 mLastKey = mCurrentKey;
1287 && mLastKey != NOT_A_KEY) {
1288 mCurrentKey = mLastKey;
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java219 private int mLastKey; field in class:KeyboardView
1294 mLastKey = NOT_A_KEY;
1333 mLastKey = mCurrentKey;
1362 mLastKey = mCurrentKey;
1368 && mLastKey != NOT_A_KEY) {
1369 mCurrentKey = mLastKey;

Completed in 48 milliseconds