Searched refs:settingIconScaleFactor (Results 1 – 1 of 1) sorted by relevance
225 float settingIconScaleFactor = 1 + SETUP_ICON_SIZE_FACTOR * 2; in updateDrawableBounds() local227 if (iconSize * settingIconScaleFactor > maxSize) { in updateDrawableBounds()229 iconSize = maxSize / settingIconScaleFactor; in updateDrawableBounds()241 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor in updateDrawableBounds()