Searched refs:DEFAULT_PATH_SIZE (Results 1 – 2 of 2) sorted by relevance
46 static final int DEFAULT_PATH_SIZE = 100; field in BadgedImageView86 float radius = DEFAULT_PATH_SIZE * 0.5f; in onDraw()88 mDotRenderer = new DotRenderer(mIconBitmapSize, circlePath, DEFAULT_PATH_SIZE); in onDraw()132 mDotRenderer = new DotRenderer(mIconBitmapSize, iconPath, DEFAULT_PATH_SIZE); in drawDot()
268 float radius = BadgedImageView.DEFAULT_PATH_SIZE / 2f; in updateViews()