Searched refs:MSG_SHOW_PICTURE_IN_PICTURE_MENU (Results 1 – 2 of 2) sorted by relevance
73 private static final int MSG_SHOW_PICTURE_IN_PICTURE_MENU = 26 << MSG_SHIFT; field in CommandQueue321 mHandler.removeMessages(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()322 mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU).sendToTarget(); in showPictureInPictureMenu()578 case MSG_SHOW_PICTURE_IN_PICTURE_MENU: in handleMessage()
830 private static final int MSG_SHOW_PICTURE_IN_PICTURE_MENU = 17; field in PhoneWindowManager899 case MSG_SHOW_PICTURE_IN_PICTURE_MENU: in handleMessage()1800 mHandler.removeMessages(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()1801 Message msg = mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()