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

/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadTextView.java36 private String mTextStr; field in class:DialpadTextView
55 canvas.drawText(mTextStr, -mTextBounds.left, -mTextBounds.top, paint);
65 mTextStr = getText().toString();
66 getPaint().getTextBounds(mTextStr, 0, mTextStr.length(), mTextBounds);

Completed in 61 milliseconds