Searched refs:MSG_REPEAT (Results 1 – 1 of 1) sorted by relevance
185 private static final int MSG_REPEAT = 3; field in KeyboardView1278 mHandler.removeMessages(MSG_REPEAT); in onModifiedTouchEvent()1308 Message msg = mHandler.obtainMessage(MSG_REPEAT); in onModifiedTouchEvent()1433 mHandler.removeMessages(MSG_REPEAT); in removeMessages()1630 case MSG_REPEAT:1632 Message repeat = Message.obtain(this, MSG_REPEAT);