Home
last modified time | relevance | path

Searched refs:MSG_REPEAT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java168 private static final int MSG_REPEAT = 3; field in KeyboardView
266 case MSG_REPEAT:
268 Message repeat = Message.obtain(this, MSG_REPEAT);
1249 mHandler.removeMessages(MSG_REPEAT);
1279 Message msg = mHandler.obtainMessage(MSG_REPEAT);
1404 mHandler.removeMessages(MSG_REPEAT); in removeMessages()