Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java59 private float mTextHeight = 0; field in CountingTimerView
292 mTextHeight = mBigFontSize; in resetTextSize()
424 mTextHeight = mPaintBig.getTextSize(); in setTotalTextWidth()
587 float textYstart = yCenter + mTextHeight/2 - (mTextHeight * FONT_VERTICAL_OFFSET); in onDraw()
589 float labelYStart = textYstart - (mTextHeight * (1 - 2 * FONT_VERTICAL_OFFSET)) in onDraw()