Home | History | Annotate | Download | only in openwnn

Lines Matching refs:mHandler

250     Handler mHandler = new Handler() {
490 mHandler.removeMessages(MSG_REPEAT);
905 mHandler.removeMessages(MSG_SHOW_PREVIEW);
908 mHandler.sendMessageDelayed(mHandler
917 mHandler.sendMessageDelayed(
918 mHandler.obtainMessage(MSG_SHOW_PREVIEW, keyIndex, 0),
968 mHandler.removeMessages(MSG_REMOVE_PREVIEW);
1199 mHandler.removeMessages(MSG_REPEAT);
1200 mHandler.removeMessages(MSG_LONGPRESS);
1227 Message msg = mHandler.obtainMessage(MSG_REPEAT);
1228 mHandler.sendMessageDelayed(msg, REPEAT_START_DELAY);
1236 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);
1237 mHandler.sendMessageDelayed(msg, LONGPRESS_TIMEOUT);
1265 mHandler.removeMessages(MSG_LONGPRESS);
1267 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);
1268 mHandler.sendMessageDelayed(msg, LONGPRESS_TIMEOUT);
1348 mHandler.removeMessages(MSG_REPEAT);
1349 mHandler.removeMessages(MSG_LONGPRESS);
1350 mHandler.removeMessages(MSG_SHOW_PREVIEW);