Searched refs:strokeSize (Results 1 – 1 of 1) sorted by relevance
171 float strokeSize, float dotStrokeSize, float markerStrokeSize) { in calculateRadiusOffset() argument172 return Math.max(strokeSize, Math.max(dotStrokeSize, markerStrokeSize)); in calculateRadiusOffset()181 float strokeSize = resources.getDimension(R.dimen.circletimer_circle_size); in calculateRadiusOffset() local184 return calculateRadiusOffset(strokeSize, dotStrokeSize, markerStrokeSize); in calculateRadiusOffset()