Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:MSG_REPEAT

166     private static final int MSG_REPEAT = 3;
377 case MSG_REPEAT:
379 Message repeat = Message.obtain(this, MSG_REPEAT);
1240 mHandler.removeMessages(MSG_REPEAT);
1270 Message msg = mHandler.obtainMessage(MSG_REPEAT);
1396 mHandler.removeMessages(MSG_REPEAT);