Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
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()
DBubblePositioner.java533 final float normalizedSize = IconNormalizer.getNormalizedCircleSize( in getPointerPosition() local
537 : bubblePosition + (normalizedSize / 2f) - mPointerWidth; in getPointerPosition()