Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuController.java116 getPipMenuLayoutParams(MENU_WINDOW_TITLE, 0 /* width */, 0 /* height */), in attachPipMenuView()
125 mSystemWindows.updateViewLayout(mMenuView, getPipMenuLayoutParams(MENU_WINDOW_TITLE, in showMenu()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipMenuController.java102 default WindowManager.LayoutParams getPipMenuLayoutParams(String title, int width, int height) { in getPipMenuLayoutParams() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java192 getPipMenuLayoutParams(MENU_WINDOW_TITLE, 0 /* width */, 0 /* height */), in attachPipMenuView()
215 getPipMenuLayoutParams(MENU_WINDOW_TITLE, destinationBounds.width(), in updateMenuBounds()