Searched refs:mDigitText (Results 1 – 1 of 1) sorted by relevance
41 private TextView mDigitText; field in NumPadKey101 mDigitText = (TextView) findViewById(R.id.digit_text); in NumPadKey()102 mDigitText.setText(Integer.toString(mDigit)); in NumPadKey()125 setContentDescription(mDigitText.getText().toString()); in NumPadKey()144 int digitHeight = mDigitText.getMeasuredHeight(); in onLayout()149 int left = centerX - mDigitText.getMeasuredWidth() / 2; in onLayout()151 mDigitText.layout(left, top, left + mDigitText.getMeasuredWidth(), bottom); in onLayout()