Searched refs:mLetterText (Results 1 – 1 of 1) sorted by relevance
36 private String mLetterText; field in KeypadButton66 mLetterText = ta.getString(R.styleable.KeypadButton_letterText); in init()87 if (mLetterText != null) { in onFinishInflate()89 letterTextView.setText(mLetterText); in onFinishInflate()