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.java300 mLabelSize = Math.max(getLabelWidth(this), getLabelWidth(mValidAfterDynamic)); in invalidateLabelOffset()
306 mLabelSize = Math.max(getLabelWidth(this), getLabelWidth(mValidBeforeDynamic)); in invalidateLabelOffset()
312 mLabelSize = getLabelWidth(this); in invalidateLabelOffset()
748 public static float getLabelWidth(ChartSweepView view) {
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java155 public float getLabelWidth() { in getLabelWidth() method in CountingTimerView.UnsignedTime
188 return drawTime(canvas, time, 0, x, y) + getLabelWidth(); in draw()
206 return drawTime(canvas, time, 0, x + getLabelWidth(), y); in draw()
253 return drawTime(canvas, time, ii, x, y) + getLabelWidth(); in draw()