Searched refs:SETUP_ICON_SIZE_FACTOR (Results 1 – 1 of 1) sorted by relevance
70 private static final float SETUP_ICON_SIZE_FACTOR = 2f / 5; field in PendingAppWidgetHostView400 : 1 + SETUP_ICON_SIZE_FACTOR * 2; in updateDrawableBounds()442 mRect.right = mRect.left + (int) (SETUP_ICON_SIZE_FACTOR * actualIconSize); in updateDrawableBounds()444 mRect.bottom = mRect.top + (int) (SETUP_ICON_SIZE_FACTOR * actualIconSize); in updateDrawableBounds()