Searched refs:MSG_REPEAT (Results 1 – 2 of 2) sorted by relevance
175 private static final int MSG_REPEAT = 3; field in KeyboardView389 case MSG_REPEAT: in onAttachedToWindow()391 Message repeat = Message.obtain(this, MSG_REPEAT); in onAttachedToWindow()1254 mHandler.removeMessages(MSG_REPEAT);1284 Message msg = mHandler.obtainMessage(MSG_REPEAT);1411 mHandler.removeMessages(MSG_REPEAT); in removeMessages()
22745 Landroid/inputmethodservice/KeyboardView;->MSG_REPEAT:I