Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingAppWidgetHostView.java255 float settingIconScaleFactor = 1 + SETUP_ICON_SIZE_FACTOR * 2; in updateDrawableBounds() local
257 if (iconSize * settingIconScaleFactor > maxSize) { in updateDrawableBounds()
259 iconSize = maxSize / settingIconScaleFactor; in updateDrawableBounds()
276 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor in updateDrawableBounds()