Searched defs:MSG_LONGPRESS (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java169 private static final int MSG_LONGPRESS = 4; field in class:KeyboardView
272 case MSG_LONGPRESS:
1250 mHandler.removeMessages(MSG_LONGPRESS);
1289 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);
1319 mHandler.removeMessages(MSG_LONGPRESS);
1322 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);
1405 mHandler.removeMessages(MSG_LONGPRESS);

Completed in 60 milliseconds