Home
last modified time | relevance | path

Searched refs:MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java71 private static final int MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU = 26 << MSG_SHIFT; field in CommandQueue
279 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()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java717 private static final int MSG_SHOW_TV_PICTURE_IN_PICTURE_MENU = 17; field in PhoneWindowManager
781 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()