Searched refs:normalizedSize (Results 1 – 2 of 2) sorted by relevance
135 final int normalizedSize = IconNormalizer.getNormalizedCircleSize(bubbleSize); in getOutline() local136 final int inset = (bubbleSize - normalizedSize) / 2; in getOutline()137 outline.setOval(inset, inset, inset + normalizedSize, inset + normalizedSize); in getOutline()
533 final float normalizedSize = IconNormalizer.getNormalizedCircleSize( in getPointerPosition() local537 : bubblePosition + (normalizedSize / 2f) - mPointerWidth; in getPointerPosition()