Home | History | Annotate | Download | only in openwnn

Lines Matching refs:mHandler

255     private Handler mHandler = new Handler() {
373 if (mHandler.hasMessages(MSG_SET_CANDIDATES)) {
643 mHandler.removeMessages(MSG_SET_CANDIDATES);
682 mHandler.removeMessages(MSG_SET_CANDIDATES);
705 Message m = mHandler.obtainMessage(MSG_MOVE_FOCUS, 0, 0);
706 mHandler.sendMessage(m);
786 mHandler.sendEmptyMessageDelayed(MSG_SET_CANDIDATES, SET_CANDIDATE_DELAY);
792 mHandler.sendEmptyMessageDelayed(MSG_SET_CANDIDATES, SET_CANDIDATE_DELAY);
850 mHandler.removeMessages(MSG_SET_CANDIDATES);
851 mHandler.sendMessage(mHandler.obtainMessage(MSG_SELECT_CANDIDATES));
1709 mHandler.removeMessages(MSG_MOVE_FOCUS);
1720 if (mHandler.hasMessages(MSG_SET_CANDIDATES)) {
1742 mHandler.removeMessages(MSG_MOVE_FOCUS);
1748 mHandler.removeMessages(MSG_MOVE_FOCUS);
1876 Message m = mHandler.obtainMessage(MSG_MOVE_FOCUS, direction, updown ? 1 : 0);
1877 mHandler.sendMessage(m);
1909 mHandler.removeMessages(MSG_SET_CANDIDATES);