Searched refs:MSG_MOVE_FOCUSED_TASK_TO_FULLSCREEN (Results 1 – 1 of 1) sorted by relevance
172 private static final int MSG_MOVE_FOCUSED_TASK_TO_FULLSCREEN = 70 << MSG_SHIFT; field in CommandQueue1476 mHandler.obtainMessage(MSG_MOVE_FOCUSED_TASK_TO_FULLSCREEN, args).sendToTarget(); in moveFocusedTaskToFullscreen()1955 case MSG_MOVE_FOCUSED_TASK_TO_FULLSCREEN: { in handleMessage()