Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBadgedImageView.java338 final int badgeSize = (int) (ICON_BADGE_SCALE * bubbleSize); in showBadge() local
341 dest.set(0, bubbleSize - badgeSize, badgeSize, bubbleSize); in showBadge()
343 dest.set(bubbleSize - badgeSize, bubbleSize - badgeSize, bubbleSize, bubbleSize); in showBadge()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleStoryIconFactory.java180 int badgeSize = Math.min(maxBadgeSize, badgeSizeRelativeToHead); in draw() local
182 int leftAndTopPadding = scaledFullIconSize - badgeSize; in draw()
185 int badgeCenter = leftAndTopPadding + (badgeSize / 2); in draw()
187 getRadius(badgeSize, ringStrokeWidth), in draw()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java335 int badgeSize = getBadgeSizeForIconSize(mIconBitmapSize); in badgeWithDrawable() local
337 badge.setBounds(0, mIconBitmapSize - badgeSize, badgeSize, mIconBitmapSize); in badgeWithDrawable()
339 badge.setBounds(mIconBitmapSize - badgeSize, mIconBitmapSize - badgeSize, in badgeWithDrawable()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java101 final int badgeSize = getBadgeSizeFromContext(ctx); in obtain() local
102 instance = new SimpleIconFactory(ctx, iconDpi, iconSize, badgeSize); in obtain()