Searched refs:MSG_REPEAT (Results 1 – 1 of 1) sorted by relevance
168 private static final int MSG_REPEAT = 3; field in KeyboardView260 case MSG_REPEAT:262 Message repeat = Message.obtain(this, MSG_REPEAT);490 mHandler.removeMessages(MSG_REPEAT); in setKeyboard()1199 mHandler.removeMessages(MSG_REPEAT);1227 Message msg = mHandler.obtainMessage(MSG_REPEAT);1348 mHandler.removeMessages(MSG_REPEAT); in removeMessages()