Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java257 int badgeSize = getBadgeSizeForIconSize(mIconBitmapSize); in badgeWithDrawable()
340 public static int getBadgeSizeForIconSize(int iconSize) { in getBadgeSizeForIconSize() method in BaseIconFactory
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetCell.java187 getContext(), BaseIconFactory.getBadgeSizeForIconSize( in applyPreview()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java587 float badgeSize = LauncherIcons.getBadgeSizeForIconSize(iconSize); in getBadge()