Searched refs:mRadiusOffset (Results 1 – 2 of 2) sorted by relevance
38 private float mRadiusOffset; // amount to remove from radius to account for markers on circle field in CircleTimerView119 mRadiusOffset = Utils.calculateRadiusOffset( in init()142 float radius = Math.min(xCenter, yCenter) - mRadiusOffset; in onDraw()
56 private final float mRadiusOffset; field in CountingTimerView299 mRadiusOffset = Utils.calculateRadiusOffset(r); in CountingTimerView()440 width -= (int) (4 * mRadiusOffset + 0.5f); in setTotalTextWidth()