Searched refs:drawTime (Results 1 – 1 of 1) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | CountingTimerView.java | 168 protected float drawTime(Canvas canvas, final String time, int ii, float x, float y) { in drawTime() 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()
|