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:
1245 mHandler.removeMessages(MSG_LONGPRESS);
1284 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);
1314 mHandler.removeMessages(MSG_LONGPRESS);
1317 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);
1400 mHandler.removeMessages(MSG_LONGPRESS);

Completed in 19 milliseconds