Home
last modified time | relevance | path

Searched refs:MENU_WINDOW_TITLE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipMenuController.java45 String MENU_WINDOW_TITLE = "PipMenuView"; field
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java225 getPipMenuLayoutParams(mContext, MENU_WINDOW_TITLE, 0 /* width */, 0 /* height */), in attachPipMenuView()
249 getPipMenuLayoutParams(mContext, MENU_WINDOW_TITLE, destinationBounds.width(), in updateMenuBounds()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuController.java172 addPipMenuViewToSystemWindows(mPipMenuView, MENU_WINDOW_TITLE); in attachPipMenuView()
388 getPipMenuLayoutParams(mContext, MENU_WINDOW_TITLE, menuBounds.width(), in updateMenuBounds()