Searched refs:getLabelWidth (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | ChartSweepView.java | 300 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/ |
D | CountingTimerView.java | 155 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()
|