Home
last modified time | relevance | path

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

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