Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipContentOverlay.java181 private final int mAppIconSizePx; field in PipContentOverlay.PipAppIconOverlay
193 mAppIconSizePx = Math.min(maxAppIconSizePx, appIconSizePx); in PipAppIconOverlay()
256 mAppBounds.centerX() - mAppIconSizePx / 2, in prepareAppIconOverlay()
257 mAppBounds.centerY() - mAppIconSizePx / 2, in prepareAppIconOverlay()
258 mAppBounds.centerX() + mAppIconSizePx / 2, in prepareAppIconOverlay()
259 mAppBounds.centerY() + mAppIconSizePx / 2); in prepareAppIconOverlay()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsState.java556 private int mAppIconSizePx; field in PipBoundsState.LauncherState
559 mAppIconSizePx = appIconSizePx; in setAppIconSizePx()
563 return mAppIconSizePx; in getAppIconSizePx()