Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DNumPadKey.java32 public class NumPadKey extends ViewGroup { class
48 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
65 public NumPadKey(Context context) { in NumPadKey() method in NumPadKey
69 public NumPadKey(Context context, AttributeSet attrs) { in NumPadKey() method in NumPadKey
73 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() method in NumPadKey
77 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() method in NumPadKey
81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey); in NumPadKey()