Home | History | Annotate | Download | only in deskclock

Lines Matching refs:strokeSize

241             float strokeSize, float dotStrokeSize, float markerStrokeSize) {
242 return Math.max(strokeSize, Math.max(dotStrokeSize, markerStrokeSize));
251 float strokeSize = resources.getDimension(R.dimen.circletimer_circle_size);
254 return calculateRadiusOffset(strokeSize, dotStrokeSize, markerStrokeSize);