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
51 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
67 public NumPadKey(Context context) { in NumPadKey() method in NumPadKey
71 public NumPadKey(Context context, AttributeSet attrs) { in NumPadKey() method in NumPadKey
75 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() method in NumPadKey
79 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() method in NumPadKey
83 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey); in NumPadKey()