Home
last modified time | relevance | path

Searched refs:getLabelWidth (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java298 mLabelSize = Math.max(getLabelWidth(this), getLabelWidth(mValidAfterDynamic)); in invalidateLabelOffset()
304 mLabelSize = Math.max(getLabelWidth(this), getLabelWidth(mValidBeforeDynamic)); in invalidateLabelOffset()
310 mLabelSize = getLabelWidth(this); in invalidateLabelOffset()
746 public static float getLabelWidth(ChartSweepView view) {
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java157 public float getLabelWidth() { in getLabelWidth() method in CountingTimerView.UnsignedTime
190 return drawTime(canvas, time, 0, x, y) + getLabelWidth(); in draw()
208 return drawTime(canvas, time, 0, x + getLabelWidth(), y); in draw()
255 return drawTime(canvas, time, ii, x, y) + getLabelWidth(); in draw()