Searched refs:mAppIconSizePx (Results 1 – 2 of 2) sorted by relevance
181 private final int mAppIconSizePx; field in PipContentOverlay.PipAppIconOverlay193 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()
556 private int mAppIconSizePx; field in PipBoundsState.LauncherState559 mAppIconSizePx = appIconSizePx; in setAppIconSizePx()563 return mAppIconSizePx; in getAppIconSizePx()