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

  /frameworks/base/services/core/java/com/android/server/wm/
Watermark.java 44 private final int mTextHeight;
93 mTextHeight = fm.descent - fm.ascent;
98 TypedValue.COMPLEX_UNIT_PX, mTextHeight*3, dm);
164 int y = -mTextHeight;
166 while (y < (dh+mTextHeight)) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 69 private float mTextHeight = 0;
304 mTextHeight = mBigFontSize;
455 mTextHeight = mPaintBigThin.getTextSize();
466 return mTotalTextWidth * mTotalTextWidth + mTextHeight * mTextHeight;
625 float yTextStart = yCenter + mTextHeight/2 - (mTextHeight * FONT_VERTICAL_OFFSET);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 58 private float mTextHeight, mWarningTextHeight;
406 mTextHeight = -mTextPaint.getFontMetrics().ascent;
409 pctY = (mHeight + mTextHeight) * 0.47f;
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 155 private final int mTextHeight;
258 mTextHeight = calculateTextHeight();
808 return height - ((height - mTextHeight) / 2);
    [all...]

Completed in 1511 milliseconds