Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DCountingTimerView.java68 private float mTextHeight = 0; field in CountingTimerView
301 mTextHeight = mBigFontSize; in resetTextSize()
452 mTextHeight = mPaintBigThin.getTextSize(); in setTotalTextWidth()
463 return mTotalTextWidth * mTotalTextWidth + mTextHeight * mTextHeight; in getHypotenuseSquared()
608 float yTextStart = yCenter + mTextHeight/2 - (mTextHeight * FONT_VERTICAL_OFFSET); in onDraw()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java59 private final int mTextHeight; field in ContactRecipientAutoCompleteView
110 mTextHeight = textBounds.height(); in ContactRecipientAutoCompleteView()