Searched refs:MSG_LONGPRESS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java168 private static final int MSG_LONGPRESS = 4; field in class:KeyboardView
271 case MSG_LONGPRESS:
1240 mHandler.removeMessages(MSG_LONGPRESS);
1279 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);
1309 mHandler.removeMessages(MSG_LONGPRESS);
1312 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);
1395 mHandler.removeMessages(MSG_LONGPRESS);

Completed in 55 milliseconds