OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRadiusOffset
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java
38
private float
mRadiusOffset
; // amount to remove from radius to account for markers on circle
119
mRadiusOffset
= Utils.calculateRadiusOffset(
142
float radius = Math.min(xCenter, yCenter) -
mRadiusOffset
;
/packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java
56
private final float
mRadiusOffset
;
301
mRadiusOffset
= Utils.calculateRadiusOffset(r);
440
// (2) The radius of the enclosing circle is reduced by
mRadiusOffset
and the
441
// text needs to fit within a circle further reduced by
mRadiusOffset
.
442
width -= (int) (4 *
mRadiusOffset
+ 0.5f);
Completed in 137 milliseconds