Searched refs:DEFAULT_PATH_SIZE (Results 1 – 3 of 3) sorted by relevance
65 private static final int DEFAULT_PATH_SIZE = 100; field in PreloadIconDrawable124 GraphicsUtils.getShapePath(context, DEFAULT_PATH_SIZE)); in PreloadIconDrawable()186 (bounds.width() - 2 * progressWidth) / DEFAULT_PATH_SIZE, in onBoundsChange()187 (bounds.height() - 2 * progressWidth) / DEFAULT_PATH_SIZE); in onBoundsChange()
48 public static final int DEFAULT_PATH_SIZE = 100; field in BubbleView190 mDotRenderer = new DotRenderer(mBubbleSize, bubble.getDotPath(), DEFAULT_PATH_SIZE); in setBubble()
570 float radius = BubbleView.DEFAULT_PATH_SIZE / 2f; in populateBubble()