Searched refs:mRadiusOffset (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleTimerView.java38 private float mRadiusOffset; // amount to remove from radius to account for markers on circle field in class:CircleTimerView
119 mRadiusOffset = Utils.calculateRadiusOffset(
142 float radius = Math.min(xCenter, yCenter) - mRadiusOffset;
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java56 private final float mRadiusOffset; field in class:CountingTimerView
299 mRadiusOffset = Utils.calculateRadiusOffset(r);
438 // (2) The radius of the enclosing circle is reduced by mRadiusOffset and the
439 // text needs to fit within a circle further reduced by mRadiusOffset.
440 width -= (int) (4 * mRadiusOffset + 0.5f);

Completed in 42 milliseconds