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

/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java298 mLabelSize = Math.max(getLabelWidth(this), getLabelWidth(mValidAfterDynamic));
304 mLabelSize = Math.max(getLabelWidth(this), getLabelWidth(mValidBeforeDynamic));
310 mLabelSize = getLabelWidth(this);
746 public static float getLabelWidth(ChartSweepView view) { method in class:ChartSweepView
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java158 public float getLabelWidth() { method in class:CountingTimerView.UnsignedTime
191 return drawTime(canvas, time, 0, x, y) + getLabelWidth();
209 return drawTime(canvas, time, 0, x + getLabelWidth(), y);
256 return drawTime(canvas, time, ii, x, y) + getLabelWidth();

Completed in 94 milliseconds