Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadKey.java39 private int mTextViewResId; field in NumPadKey
49 if (mTextView == null && mTextViewResId > 0) {
50 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
86 mTextViewResId = a.getResourceId(R.styleable.NumPadKey_textView, 0); in NumPadKey()