Searched refs:actualIconSize (Results 1 – 1 of 1) sorted by relevance
234 int actualIconSize = (int) Math.min(iconSize, grid.iconSizePx); in updateDrawableBounds() local237 int iconTop = (getHeight() - actualIconSize) / 2; in updateDrawableBounds()248 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor in updateDrawableBounds()254 grid.iconDrawablePaddingPx - actualIconSize) / 2; in updateDrawableBounds()262 mRect.set(0, 0, actualIconSize, actualIconSize); in updateDrawableBounds()263 mRect.offset((getWidth() - actualIconSize) / 2, iconTop); in updateDrawableBounds()267 mRect.right = mRect.left + (int) (SETUP_ICON_SIZE_FACTOR * actualIconSize); in updateDrawableBounds()269 mRect.bottom = mRect.top + (int) (SETUP_ICON_SIZE_FACTOR * actualIconSize); in updateDrawableBounds()