Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipMenuController.java110 default WindowManager.LayoutParams getPipMenuLayoutParams(Context context, String title, in getPipMenuLayoutParams() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipMenuController.java233 getPipMenuLayoutParams(mContext, title, 0 /* width */, 0 /* height */); in addPipMenuViewToSystemWindows()
440 getPipMenuLayoutParams(mContext, BACKGROUND_WINDOW_TITLE, menuBounds.width(), in updateMenuBounds()
443 getPipMenuLayoutParams(mContext, MENU_WINDOW_TITLE, menuBounds.width(), in updateMenuBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPhonePipMenuController.java202 getPipMenuLayoutParams(mContext, MENU_WINDOW_TITLE, 0 /* width */, 0 /* height */), in attachPipMenuView()
226 getPipMenuLayoutParams(mContext, MENU_WINDOW_TITLE, destinationBounds.width(), in updateMenuBounds()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPhonePipMenuController.java200 getPipMenuLayoutParams(mContext, MENU_WINDOW_TITLE, 0 /* width */, 0 /* height */), in attachPipMenuView()
224 getPipMenuLayoutParams(mContext, MENU_WINDOW_TITLE, destinationBounds.width(), in updateMenuBounds()