Searched refs:mTextWidth (Results 1 – 3 of 3) sorted by relevance
44 private final int mTextWidth; field in Watermark92 mTextWidth = (int)mTextPaint.measureText(mText); in Watermark()96 TypedValue.COMPLEX_UNIT_PX, mTextWidth*2, dm); in Watermark()166 int div = (dw + mTextWidth) / deltaX; in drawIfNeeded()167 int rem = (dw + mTextWidth) - (div * deltaX); in drawIfNeeded()174 int x = -mTextWidth; in drawIfNeeded()179 x -= (dw + mTextWidth); in drawIfNeeded()
38 private float mTextWidth; field in PerfTimeline105 mTextWidth = mTextPaint.measureText(mExampleString); in invalidateTextPaintAndMeasurements()
90 private int mTextWidth; field in ProgramItemView331 mTextWidth = getMeasuredWidth() - getPaddingStart() - getPaddingEnd(); in setValues()494 int minWidth = Math.min(width, mTextWidth + 2 * sItemPadding); in layoutVisibleArea()