Searched refs:mTextHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWatermark.java44 private final int mTextHeight; field in class:Watermark
93 mTextHeight = fm.descent - fm.ascent;
98 TypedValue.COMPLEX_UNIT_PX, mTextHeight*3, dm);
164 int y = -mTextHeight;
166 while (y < (dh+mTextHeight)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java58 private float mTextHeight, mWarningTextHeight; field in class:BatteryMeterView
406 mTextHeight = -mTextPaint.getFontMetrics().ascent;
409 pctY = (mHeight + mTextHeight) * 0.47f;
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java155 private final int mTextHeight; field in class:RecipientEditTextView
258 mTextHeight = calculateTextHeight();
808 return height - ((height - mTextHeight) / 2);

Completed in 454 milliseconds