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.java69 private float mTextHeight = 0; field in CountingTimerView
304 mTextHeight = mBigFontSize; in resetTextSize()
455 mTextHeight = mPaintBigThin.getTextSize(); in setTotalTextWidth()
466 return mTotalTextWidth * mTotalTextWidth + mTextHeight * mTextHeight; in getHypotenuseSquared()
625 float yTextStart = yCenter + mTextHeight/2 - (mTextHeight * FONT_VERTICAL_OFFSET); in onDraw()