Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java97 private static final int MSG_SHOW_PICTURE_IN_PICTURE_MENU = 26 << MSG_SHIFT; field in CommandQueue
564 mHandler.removeMessages(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()
565 mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU).sendToTarget(); in showPictureInPictureMenu()
978 case MSG_SHOW_PICTURE_IN_PICTURE_MENU: in handleMessage()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java635 private static final int MSG_SHOW_PICTURE_IN_PICTURE_MENU = 15; field in PhoneWindowManager
702 case MSG_SHOW_PICTURE_IN_PICTURE_MENU: in handleMessage()
1572 mHandler.removeMessages(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()
1573 Message msg = mHandler.obtainMessage(MSG_SHOW_PICTURE_IN_PICTURE_MENU); in showPictureInPictureMenu()