Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java121 final int normalizedSize = IconNormalizer.getNormalizedCircleSize(bubbleSize); in getOutline() local
122 final int inset = (bubbleSize - normalizedSize) / 2; in getOutline()
123 outline.setOval(inset, inset, inset + normalizedSize, inset + normalizedSize); in getOutline()
H A DBubblePositioner.java469 final float normalizedSize = IconNormalizer.getNormalizedCircleSize( in getPointerPosition() local
473 : bubblePosition + (normalizedSize / 2f) - mPointerWidth; in getPointerPosition()