Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java586 float textXstart = xCenter - mTotalTextWidth / 2; in onDraw() local
606 textXstart = mBigHours.draw(canvas, mHours, textXstart, textYstart, labelYStart); in onDraw()
609 textXstart = mBigMinutes.draw(canvas, mMinutes, textXstart, textYstart, labelYStart); in onDraw()
612 textXstart = mBigThinSeconds.draw(canvas, mSeconds, in onDraw()
613 textXstart, textYstart, labelYStart); in onDraw()
616 textXstart = mMedHundredths.draw(canvas, mHundredths, in onDraw()
617 textXstart, textYstart, textYstart); in onDraw()