Searched refs:mBubbleSize (Results 1 – 1 of 1) sorted by relevance
68 private final int mBubbleSize; field in BubbleView111 mBubbleSize = getResources().getDimensionPixelSize(R.dimen.bubblebar_icon_size); in BubbleView()128 final int normalizedSize = IconNormalizer.getNormalizedCircleSize(mBubbleSize); in getOutline()129 final int inset = (mBubbleSize - normalizedSize) / 2; in getOutline()190 mDotRenderer = new DotRenderer(mBubbleSize, bubble.getDotPath(), DEFAULT_PATH_SIZE); in setBubble()