Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadKey.java34 public class NumPadKey extends ViewGroup { class
50 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
66 public NumPadKey(Context context) { in NumPadKey() method in NumPadKey
70 public NumPadKey(Context context, AttributeSet attrs) { in NumPadKey() method in NumPadKey
74 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() method in NumPadKey
78 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() method in NumPadKey
82 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey); in NumPadKey()