Lines Matching refs:mHandler

80     private Handler mHandler = new H();
124 mHandler.removeMessages(what);
125 mHandler.obtainMessage(what, OP_SET_ICON, 0, icon.clone()).sendToTarget();
132 mHandler.removeMessages(what);
133 mHandler.obtainMessage(what, OP_REMOVE_ICON, 0, null).sendToTarget();
139 mHandler.removeMessages(MSG_DISABLE);
140 mHandler.obtainMessage(MSG_DISABLE, state1, state2, null).sendToTarget();
146 mHandler.removeMessages(MSG_EXPAND_NOTIFICATIONS);
147 mHandler.sendEmptyMessage(MSG_EXPAND_NOTIFICATIONS);
153 mHandler.removeMessages(MSG_COLLAPSE_PANELS);
154 mHandler.sendEmptyMessage(MSG_COLLAPSE_PANELS);
160 mHandler.removeMessages(MSG_EXPAND_SETTINGS);
161 mHandler.sendEmptyMessage(MSG_EXPAND_SETTINGS);
169 mHandler.obtainMessage(MSG_SET_SYSTEMUI_VISIBILITY, vis, mask, null).sendToTarget();
175 mHandler.removeMessages(MSG_TOP_APP_WINDOW_CHANGED);
176 mHandler.obtainMessage(MSG_TOP_APP_WINDOW_CHANGED, menuVisible ? 1 : 0, 0,
184 mHandler.removeMessages(MSG_SHOW_IME_BUTTON);
185 Message m = mHandler.obtainMessage(MSG_SHOW_IME_BUTTON, vis, backDisposition, token);
193 mHandler.removeMessages(MSG_SHOW_RECENT_APPS);
194 mHandler.obtainMessage(MSG_SHOW_RECENT_APPS,
201 mHandler.removeMessages(MSG_HIDE_RECENT_APPS);
202 mHandler.obtainMessage(MSG_HIDE_RECENT_APPS,
210 mHandler.removeMessages(MSG_TOGGLE_RECENT_APPS);
211 mHandler.obtainMessage(MSG_TOGGLE_RECENT_APPS, 0, 0, null).sendToTarget();
217 mHandler.removeMessages(MSG_PRELOAD_RECENT_APPS);
218 mHandler.obtainMessage(MSG_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
224 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS);
225 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
232 mHandler.obtainMessage(MSG_SET_WINDOW_STATE, window, state, null).sendToTarget();
238 mHandler.removeMessages(MSG_BUZZ_BEEP_BLINKED);
239 mHandler.sendEmptyMessage(MSG_BUZZ_BEEP_BLINKED);
245 mHandler.sendEmptyMessage(MSG_NOTIFICATION_LIGHT_OFF);
251 mHandler.obtainMessage(MSG_NOTIFICATION_LIGHT_PULSE, onMillis, offMillis, argb)
258 mHandler.sendEmptyMessage(MSG_SHOW_SCREEN_PIN_REQUEST);
264 mHandler.removeMessages(MSG_APP_TRANSITION_PENDING);
265 mHandler.sendEmptyMessage(MSG_APP_TRANSITION_PENDING);
271 mHandler.removeMessages(MSG_APP_TRANSITION_PENDING);
272 mHandler.sendEmptyMessage(MSG_APP_TRANSITION_PENDING);
278 mHandler.removeMessages(MSG_APP_TRANSITION_STARTING);
279 mHandler.obtainMessage(MSG_APP_TRANSITION_STARTING, Pair.create(startTime, duration))
286 mHandler.removeMessages(MSG_ASSIST_DISCLOSURE);
287 mHandler.obtainMessage(MSG_ASSIST_DISCLOSURE).sendToTarget();
293 mHandler.removeMessages(MSG_START_ASSIST);
294 mHandler.obtainMessage(MSG_START_ASSIST, args).sendToTarget();
301 mHandler.removeMessages(MSG_CAMERA_LAUNCH_GESTURE);
302 mHandler.obtainMessage(MSG_CAMERA_LAUNCH_GESTURE, source, 0).sendToTarget();