Searched refs:MSG_SHOW_PICTURE_IN_PICTURE_MENU (Results 1 – 2 of 2) sorted by relevance
75 private static final int MSG_SHOW_PICTURE_IN_PICTURE_MENU = 26 << MSG_SHIFT; field in CommandQueue357 mHandler.removeMessages(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()358 mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU).sendToTarget(); in showPictureInPictureMenu()705 case MSG_SHOW_PICTURE_IN_PICTURE_MENU: in handleMessage()
836 private static final int MSG_SHOW_PICTURE_IN_PICTURE_MENU = 17; field in PhoneWindowManager922 case MSG_SHOW_PICTURE_IN_PICTURE_MENU: in handleMessage()1967 mHandler.removeMessages(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()1968 Message msg = mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()