Searched refs:mTextStr (Results 1 – 1 of 1) sorted by relevance
36 private String mTextStr; field in DialpadTextView55 canvas.drawText(mTextStr, -mTextBounds.left, -mTextBounds.top, paint); in draw()65 mTextStr = getText().toString(); in onMeasure()66 getPaint().getTextBounds(mTextStr, 0, mTextStr.length(), mTextBounds); in onMeasure()