HomeSort by relevance Sort by last modified time
    Searched refs:mTextHeight (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
Watermark.java 46 private final int mTextHeight;
95 mTextHeight = fm.descent - fm.ascent;
100 TypedValue.COMPLEX_UNIT_PX, mTextHeight*3, dm);
166 int y = -mTextHeight;
168 while (y < (dh+mTextHeight)) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 68 private float mTextHeight = 0;
301 mTextHeight = mBigFontSize;
452 mTextHeight = mPaintBigThin.getTextSize();
463 return mTotalTextWidth * mTotalTextWidth + mTextHeight * mTextHeight;
608 float yTextStart = yCenter + mTextHeight/2 - (mTextHeight * FONT_VERTICAL_OFFSET);
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAutoCompleteView.java 59 private final int mTextHeight;
110 mTextHeight = textBounds.height();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterDrawable.java 63 private float mTextHeight, mWarningTextHeight;
458 mTextHeight = -mTextPaint.getFontMetrics().ascent;
461 pctY = (mHeight + mTextHeight) * 0.47f;
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 150 private final int mTextHeight;
302 mTextHeight = calculateTextHeight();
    [all...]

Completed in 429 milliseconds