Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java445 final int pipActionSize = getResources().getDimensionPixelSize(R.dimen.pip_action_size); in getEstimatedMinMenuSize() local
448 final int width = Math.max(2, mActions.size()) * pipActionSize; in getEstimatedMinMenuSize()