Searched refs:NumPadKey (Results 1 – 1 of 1) sorted by relevance
34 public class NumPadKey extends ViewGroup { class50 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);66 public NumPadKey(Context context) { in NumPadKey() method in NumPadKey70 public NumPadKey(Context context, AttributeSet attrs) { in NumPadKey() method in NumPadKey74 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() method in NumPadKey78 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() method in NumPadKey82 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey); in NumPadKey()