Searched refs:mTextHeight (Results 1 – 4 of 4) sorted by relevance
46 private final int mTextHeight; field in Watermark95 mTextHeight = fm.descent - fm.ascent; in Watermark()100 TypedValue.COMPLEX_UNIT_PX, mTextHeight*3, dm); in Watermark()169 int y = -mTextHeight; in drawIfNeeded()171 while (y < (dh+mTextHeight)) { in drawIfNeeded()
39 private float mTextHeight; field in PerfTimeline108 mTextHeight = fontMetrics.bottom; in invalidateTextPaintAndMeasurements()
75 private float mTextHeight, mWarningTextHeight; field in BatteryMeterDrawableBase429 mTextHeight = -mTextPaint.getFontMetrics().ascent; in draw()432 pctY = (mHeight + mTextHeight) * 0.47f + top; in draw()
156 private final int mTextHeight; field in RecipientEditTextView341 mTextHeight = calculateTextHeight(); in RecipientEditTextView()1086 return height - ((height - mTextHeight) / 2); in getTextYOffset()