Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPendingAppWidgetHostView.java225 float settingIconScaleFactor = 1 + SETUP_ICON_SIZE_FACTOR * 2; in updateDrawableBounds() local
227 if (iconSize * settingIconScaleFactor > maxSize) { in updateDrawableBounds()
229 iconSize = maxSize / settingIconScaleFactor; in updateDrawableBounds()
241 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor in updateDrawableBounds()