Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1527 int maxIconDimension = mMaxIconDimension; in saveIconAndFixUpShortcutLocked() local
1552 maxIconDimension *= (1 + 2 * AdaptiveIconDrawable.getExtraInsetFraction()); in saveIconAndFixUpShortcutLocked()
1560 p.saveBitmap(shortcut, maxIconDimension, mIconPersistFormat, mIconPersistQuality); in saveIconAndFixUpShortcutLocked()