Home | History | Annotate | Download | only in statusbar

Lines Matching refs:mHandler

69     private Handler mHandler = new H();
111 mHandler.removeMessages(what);
112 mHandler.obtainMessage(what, OP_SET_ICON, 0, icon.clone()).sendToTarget();
119 mHandler.removeMessages(what);
120 mHandler.obtainMessage(what, OP_REMOVE_ICON, 0, null).sendToTarget();
129 mHandler.obtainMessage(MSG_ADD_NOTIFICATION, 0, 0, ne).sendToTarget();
138 mHandler.obtainMessage(MSG_UPDATE_NOTIFICATION, 0, 0, ne).sendToTarget();
144 mHandler.obtainMessage(MSG_REMOVE_NOTIFICATION, 0, 0, key).sendToTarget();
150 mHandler.removeMessages(MSG_DISABLE);
151 mHandler.obtainMessage(MSG_DISABLE, state, 0, null).sendToTarget();
157 mHandler.removeMessages(MSG_EXPAND_NOTIFICATIONS);
158 mHandler.sendEmptyMessage(MSG_EXPAND_NOTIFICATIONS);
164 mHandler.removeMessages(MSG_COLLAPSE_PANELS);
165 mHandler.sendEmptyMessage(MSG_COLLAPSE_PANELS);
171 mHandler.removeMessages(MSG_EXPAND_SETTINGS);
172 mHandler.sendEmptyMessage(MSG_EXPAND_SETTINGS);
178 mHandler.removeMessages(MSG_SET_SYSTEMUI_VISIBILITY);
179 mHandler.obtainMessage(MSG_SET_SYSTEMUI_VISIBILITY, vis, mask, null).sendToTarget();
185 mHandler.removeMessages(MSG_TOP_APP_WINDOW_CHANGED);
186 mHandler.obtainMessage(MSG_TOP_APP_WINDOW_CHANGED, menuVisible ? 1 : 0, 0,
193 mHandler.removeMessages(MSG_SHOW_IME_BUTTON);
194 mHandler.obtainMessage(MSG_SHOW_IME_BUTTON, vis, backDisposition, token)
201 mHandler.removeMessages(MSG_SET_HARD_KEYBOARD_STATUS);
202 mHandler.obtainMessage(MSG_SET_HARD_KEYBOARD_STATUS,
209 mHandler.removeMessages(MSG_TOGGLE_RECENT_APPS);
210 mHandler.obtainMessage(MSG_TOGGLE_RECENT_APPS, 0, 0, null).sendToTarget();
216 mHandler.removeMessages(MSG_PRELOAD_RECENT_APPS);
217 mHandler.obtainMessage(MSG_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
223 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS);
224 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
230 mHandler.removeMessages(MSG_SET_NAVIGATION_ICON_HINTS);
231 mHandler.obtainMessage(MSG_SET_NAVIGATION_ICON_HINTS, hints, 0, null).sendToTarget();