Home
last modified time | relevance | path

Searched refs:mTextStr (Results 1 – 1 of 1) sorted by relevance

/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadTextView.java36 private String mTextStr; field in DialpadTextView
55 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()