Lines Matching refs:mHandler

67     private Handler mHandler = new H();
103 mHandler.removeMessages(what);
104 mHandler.obtainMessage(what, OP_SET_ICON, 0, icon.clone()).sendToTarget();
111 mHandler.removeMessages(what);
112 mHandler.obtainMessage(what, OP_REMOVE_ICON, 0, null).sendToTarget();
121 mHandler.obtainMessage(MSG_ADD_NOTIFICATION, 0, 0, ne).sendToTarget();
130 mHandler.obtainMessage(MSG_UPDATE_NOTIFICATION, 0, 0, ne).sendToTarget();
136 mHandler.obtainMessage(MSG_REMOVE_NOTIFICATION, 0, 0, key).sendToTarget();
142 mHandler.removeMessages(MSG_DISABLE);
143 mHandler.obtainMessage(MSG_DISABLE, state, 0, null).sendToTarget();
149 mHandler.removeMessages(MSG_SET_VISIBILITY);
150 mHandler.obtainMessage(MSG_SET_VISIBILITY, OP_EXPAND, 0, null).sendToTarget();
156 mHandler.removeMessages(MSG_SET_VISIBILITY);
157 mHandler.obtainMessage(MSG_SET_VISIBILITY, OP_COLLAPSE, 0, null).sendToTarget();
163 mHandler.removeMessages(MSG_SET_SYSTEMUI_VISIBILITY);
164 mHandler.obtainMessage(MSG_SET_SYSTEMUI_VISIBILITY, vis, 0, null).sendToTarget();
170 mHandler.removeMessages(MSG_TOP_APP_WINDOW_CHANGED);
171 mHandler.obtainMessage(MSG_TOP_APP_WINDOW_CHANGED, menuVisible ? 1 : 0, 0,
178 mHandler.removeMessages(MSG_SHOW_IME_BUTTON);
179 mHandler.obtainMessage(MSG_SHOW_IME_BUTTON, vis, backDisposition, token)
186 mHandler.removeMessages(MSG_SET_HARD_KEYBOARD_STATUS);
187 mHandler.obtainMessage(MSG_SET_HARD_KEYBOARD_STATUS,
194 mHandler.removeMessages(MSG_TOGGLE_RECENT_APPS);
195 mHandler.obtainMessage(MSG_TOGGLE_RECENT_APPS, 0, 0, null).sendToTarget();