Searched refs:NumPadKey (Results 1 – 1 of 1) sorted by relevance
32 public class NumPadKey extends ViewGroup { class48 final View v = NumPadKey.this.getRootView().findViewById(mTextViewResId);65 public NumPadKey(Context context) { in NumPadKey() method in NumPadKey69 public NumPadKey(Context context, AttributeSet attrs) { in NumPadKey() method in NumPadKey73 public NumPadKey(Context context, AttributeSet attrs, int defStyle) { in NumPadKey() method in NumPadKey77 protected NumPadKey(Context context, AttributeSet attrs, int defStyle, int contentResource) { in NumPadKey() method in NumPadKey81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey); in NumPadKey()