Searched refs:mLastKey (Results 1 - 1 of 1) 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;

Completed in 187 milliseconds