Searched defs:MSG_REPEAT (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java168 private static final int MSG_REPEAT = 3; field in class: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);

Completed in 32 milliseconds