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

  /frameworks/base/services/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;
305 mTextHeight = mBigFontSize;
456 mTextHeight = mPaintBigThin.getTextSize();
467 return mTotalTextWidth * mTotalTextWidth + mTextHeight * mTextHeight;
627 float yTextStart = yCenter + mTextHeight/2 - (mTextHeight * FONT_VERTICAL_OFFSET);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 57 private float mTextHeight, mWarningTextHeight;
351 mTextHeight = -mTextPaint.getFontMetrics().ascent;
355 final float y = (mHeight + mTextHeight) * 0.47f;

Completed in 1117 milliseconds