Home
last modified time | relevance | path

Searched refs:MSG_MOVE_FOCUSED_TASK_TO_FULLSCREEN (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java172 private static final int MSG_MOVE_FOCUSED_TASK_TO_FULLSCREEN = 70 << MSG_SHIFT; field in CommandQueue
1476 mHandler.obtainMessage(MSG_MOVE_FOCUSED_TASK_TO_FULLSCREEN, args).sendToTarget(); in moveFocusedTaskToFullscreen()
1955 case MSG_MOVE_FOCUSED_TASK_TO_FULLSCREEN: { in handleMessage()