Searched refs:settingIconScaleFactor (Results 1 – 1 of 1) sorted by relevance
255 float settingIconScaleFactor = 1 + SETUP_ICON_SIZE_FACTOR * 2; in updateDrawableBounds() local257 if (iconSize * settingIconScaleFactor > maxSize) { in updateDrawableBounds()259 iconSize = maxSize / settingIconScaleFactor; in updateDrawableBounds()276 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor in updateDrawableBounds()