Searched refs:SETUP_ICON_SIZE_FACTOR (Results 1 – 1 of 1) sorted by relevance
48 private static final float SETUP_ICON_SIZE_FACTOR = 2f / 5; field in PendingAppWidgetHostView227 float settingIconScaleFactor = 1 + SETUP_ICON_SIZE_FACTOR * 2; 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()