Searched refs:textStr (Results 1 – 1 of 1) sorted by relevance
37 private String textStr; field in DialpadTextView54 canvas.drawText(textStr, -textBounds.left, -textBounds.top, paint); in draw()64 textStr = getText().toString(); in onMeasure()65 getPaint().getTextBounds(textStr, 0, textStr.length(), textBounds); in onMeasure()