Searched refs:MSG_SHOW_PICTURE_IN_PICTURE_MENU (Results 1 – 2 of 2) sorted by relevance
128 private static final int MSG_SHOW_PICTURE_IN_PICTURE_MENU = 26 << MSG_SHIFT; field in CommandQueue833 mHandler.removeMessages(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()834 mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU).sendToTarget(); in showPictureInPictureMenu()1641 case MSG_SHOW_PICTURE_IN_PICTURE_MENU: in handleMessage()
726 private static final int MSG_SHOW_PICTURE_IN_PICTURE_MENU = 15; field in PhoneWindowManager788 case MSG_SHOW_PICTURE_IN_PICTURE_MENU: in handleMessage()1938 mHandler.removeMessages(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()1939 Message msg = mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()