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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java168 private static final int MSG_REPEAT = 3; field in class:KeyboardView
260 case MSG_REPEAT:
262 Message repeat = Message.obtain(this, MSG_REPEAT);
490 mHandler.removeMessages(MSG_REPEAT);
1199 mHandler.removeMessages(MSG_REPEAT);
1227 Message msg = mHandler.obtainMessage(MSG_REPEAT);
1348 mHandler.removeMessages(MSG_REPEAT);

Completed in 29 milliseconds