Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java175 private static final int MSG_REPEAT = 3; field in KeyboardView
389 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22745 Landroid/inputmethodservice/KeyboardView;->MSG_REPEAT:I