Searched defs:NumPadKey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DNumPadKey.java31 public class NumPadKey extends Button { class in inherits:Button
45 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);
59 public NumPadKey(Context context) { method in class:NumPadKey
63 public NumPadKey(Context context, AttributeSet attrs) { method in class:NumPadKey
67 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { method in class:NumPadKey
70 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey);

Completed in 66 milliseconds