Searched refs:MSG_TOP_APP_WINDOW_CHANGED (Results 1 – 1 of 1) sorted by relevance
57 private static final int MSG_TOP_APP_WINDOW_CHANGED = 7 << MSG_SHIFT; field in CommandQueue239 mHandler.removeMessages(MSG_TOP_APP_WINDOW_CHANGED); in topAppWindowChanged()240 mHandler.obtainMessage(MSG_TOP_APP_WINDOW_CHANGED, menuVisible ? 1 : 0, 0, in topAppWindowChanged()485 case MSG_TOP_APP_WINDOW_CHANGED: in handleMessage()