Searched refs:radiusPercent (Results 1 – 3 of 3) sorted by relevance
40 float radiusPercent = view.getContext().getResources() in getOutline() local42 float radius = Math.min(view.getWidth(), view.getHeight()) * radiusPercent; in getOutline()
43 float radiusPercent = in getOutline() local47 float radius = Math.min(view.getWidth(), view.getHeight()) * radiusPercent; in getOutline()
200 float radiusPercent = getResources() in createFromBitmap() local202 float radius = avatarSize * radiusPercent; in createFromBitmap()