Home
last modified time | relevance | path

Searched refs:SETUP_ICON_SIZE_FACTOR (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DPendingAppWidgetHostView.java70 private static final float SETUP_ICON_SIZE_FACTOR = 2f / 5; field in PendingAppWidgetHostView
400 : 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()