Searched refs:MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU (Results 1 – 2 of 2) sorted by relevance
71 private static final int MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU = 26 << MSG_SHIFT; field in CommandQueue279 mHandler.removeMessages(MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU); in showTvPictureInPictureMenu()280 mHandler.obtainMessage(MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU).sendToTarget(); in showTvPictureInPictureMenu()491 case MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU: in handleMessage()
717 private static final int MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU = 17; field in PhoneWindowManager781 case MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU: in handleMessage()1474 mHandler.removeMessages(MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU); in showTvPictureInPictureMenu()1475 Message msg = mHandler.obtainMessage(MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU); in showTvPictureInPictureMenu()