Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java19 import static com.android.launcher3.icons.BaseIconFactory.getBadgeSizeForIconSize;
386 int size = getBadgeSizeForIconSize(iconBounds.width()); in setBadgeBounds()
DBaseIconFactory.java492 public static int getBadgeSizeForIconSize(final int iconSize) { in getBadgeSizeForIconSize() method in BaseIconFactory