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.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()
DBubbleExpandedView.java733 final float normalizedSize = IconNormalizer.getNormalizedCircleSize( in setPointerPosition() local
737 : bubblePosition + (normalizedSize / 2f) - mPointerWidth; in setPointerPosition()