Searched refs:mTextHeight (Results 1 – 4 of 4) sorted by relevance
45 private final int mTextHeight; field in Watermark94 mTextHeight = fm.descent - fm.ascent; in Watermark()99 TypedValue.COMPLEX_UNIT_PX, mTextHeight*3, dm); in Watermark()168 int y = -mTextHeight; in drawIfNeeded()170 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 BatteryMeterDrawableBase436 mTextHeight = -mTextPaint.getFontMetrics().ascent; in draw()439 pctY = (mHeight + mTextHeight) * 0.47f + top; in draw()
156 private final int mTextHeight; field in RecipientEditTextView341 mTextHeight = calculateTextHeight(); in RecipientEditTextView()1089 return height - ((height - mTextHeight) / 2); in getTextYOffset()