Lines Matching refs:obtainMessage

186             mHandler.obtainMessage(MSG_ICON, OP_SET_ICON, 0,
194 mHandler.obtainMessage(MSG_ICON, OP_REMOVE_ICON, 0, slot).sendToTarget();
203 Message msg = mHandler.obtainMessage(MSG_DISABLE, state1, state2, animate);
232 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, 0, 0).sendToTarget();
239 mHandler.obtainMessage(MSG_COLLAPSE_PANELS, flags, 0).sendToTarget();
246 mHandler.obtainMessage(MSG_TOGGLE_PANEL, 0, 0).sendToTarget();
253 mHandler.obtainMessage(MSG_EXPAND_SETTINGS, subPanel).sendToTarget();
269 mHandler.obtainMessage(MSG_SET_SYSTEMUI_VISIBILITY, args).sendToTarget();
276 mHandler.obtainMessage(MSG_TOP_APP_WINDOW_CHANGED, menuVisible ? 1 : 0, 0,
285 Message m = mHandler.obtainMessage(MSG_SHOW_IME_BUTTON, vis, backDisposition, token);
294 mHandler.obtainMessage(MSG_SHOW_RECENT_APPS, triggeredFromAltTab ? 1 : 0, 0,
302 mHandler.obtainMessage(MSG_HIDE_RECENT_APPS,
311 mHandler.obtainMessage(MSG_TOGGLE_APP_SPLIT_SCREEN, 0, 0, null).sendToTarget();
318 Message msg = mHandler.obtainMessage(MSG_TOGGLE_RECENT_APPS, 0, 0, null);
327 mHandler.obtainMessage(MSG_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
334 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
342 mHandler.obtainMessage(MSG_DISMISS_KEYBOARD_SHORTCUTS).sendToTarget();
350 mHandler.obtainMessage(MSG_TOGGLE_KEYBOARD_SHORTCUTS, deviceId, 0).sendToTarget();
358 mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU).sendToTarget();
365 mHandler.obtainMessage(MSG_SET_WINDOW_STATE, window, state, null).sendToTarget();
371 mHandler.obtainMessage(MSG_SHOW_SCREEN_PIN_REQUEST, taskId, 0, null)
382 mHandler.obtainMessage(MSG_APP_TRANSITION_PENDING, forced ? 1 : 0, 0).sendToTarget();
398 mHandler.obtainMessage(MSG_APP_TRANSITION_STARTING, forced ? 1 : 0, 0,
413 mHandler.obtainMessage(MSG_ASSIST_DISCLOSURE).sendToTarget();
420 mHandler.obtainMessage(MSG_START_ASSIST, args).sendToTarget();
428 mHandler.obtainMessage(MSG_CAMERA_LAUNCH_GESTURE, source, 0).sendToTarget();
435 mHandler.obtainMessage(MSG_ADD_QS_TILE, tile).sendToTarget();
442 mHandler.obtainMessage(MSG_REMOVE_QS_TILE, tile).sendToTarget();
449 mHandler.obtainMessage(MSG_CLICK_QS_TILE, tile).sendToTarget();
456 mHandler.obtainMessage(MSG_HANDLE_SYSTEM_KEY, key, 0).sendToTarget();
463 mHandler.obtainMessage(MSG_SHOW_PINNING_TOAST_ENTER_EXIT, entering).sendToTarget();
470 mHandler.obtainMessage(MSG_SHOW_PINNING_TOAST_ESCAPE).sendToTarget();
479 mHandler.obtainMessage(MSG_SHOW_GLOBAL_ACTIONS).sendToTarget();
486 mHandler.obtainMessage(MSG_SET_TOP_APP_HIDES_STATUS_BAR, hidesStatusBar ? 1 : 0, 0)
494 mHandler.obtainMessage(MSG_SHOW_SHUTDOWN_UI, isReboot ? 1 : 0, 0, reason)
502 mHandler.obtainMessage(MSG_SHOW_CHARGING_ANIMATION, batteryLevel, 0)
510 mHandler.obtainMessage(MSG_ROTATION_PROPOSAL, rotation, isValid ? 1 : 0,
521 mHandler.obtainMessage(MSG_FINGERPRINT_SHOW, args)
529 mHandler.obtainMessage(MSG_FINGERPRINT_AUTHENTICATED).sendToTarget();
536 mHandler.obtainMessage(MSG_FINGERPRINT_HELP, message).sendToTarget();
543 mHandler.obtainMessage(MSG_FINGERPRINT_ERROR, error).sendToTarget();
550 mHandler.obtainMessage(MSG_FINGERPRINT_HIDE).sendToTarget();