Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java135 final int normalizedSize = IconNormalizer.getNormalizedCircleSize(bubbleSize); in getOutline() local
136 final int inset = (bubbleSize - normalizedSize) / 2; in getOutline()
137 outline.setOval(inset, inset, inset + normalizedSize, inset + normalizedSize); in getOutline()
H A DBubblePositioner.java496 final float normalizedSize = IconNormalizer.getNormalizedCircleSize(
500 : bubblePosition + (normalizedSize / 2f) - mPointerWidth;