Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java119 private int mBetweenActionPaddingLand; field in PipMenuView
198 mBetweenActionPaddingLand = getResources().getDimensionPixelSize( in PipMenuView()
514 lp.leftMargin = (isLandscapePip && i > 0) ? mBetweenActionPaddingLand : 0; in updateActionViews()