Searched defs:mTextHeight (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactRecipientAutoCompleteView.java59 private final int mTextHeight; field in class:ContactRecipientAutoCompleteView
110 mTextHeight = textBounds.height();
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DCountingTimerView.java69 private float mTextHeight = 0; field in class:CountingTimerView
303 mTextHeight = mBigFontSize;
454 mTextHeight = mPaintBigThin.getTextSize();
465 return mTotalTextWidth * mTotalTextWidth + mTextHeight * mTextHeight;
624 float yTextStart = yCenter + mTextHeight/2 - (mTextHeight * FONT_VERTICAL_OFFSET);

Completed in 67 milliseconds