Searched refs:MSG_REPEAT (Results 1 – 2 of 2) 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()
185 private static final int MSG_REPEAT = 3; field in KeyboardView1277 mHandler.removeMessages(MSG_REPEAT); in onModifiedTouchEvent()1307 Message msg = mHandler.obtainMessage(MSG_REPEAT); in onModifiedTouchEvent()1432 mHandler.removeMessages(MSG_REPEAT); in removeMessages()1629 case MSG_REPEAT:1631 Message repeat = Message.obtain(this, MSG_REPEAT);